Numbers not animated in mobile view

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Numbers not animated in mobile view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15883
    rpfitness
    Member

    In desktop view, on my home page I have some animated numbers which animate when scold down on.

    When I view in mobile view, the numbers are no longer animated. How do I change this?
    Thanks

    #15884
    rpfitness
    Member
    This reply has been marked as private.
    #15889
    Veena
    Moderator

    For this you need to modify the file js/main.js line no:512

    if (width > 1100 && !mo_options.disable_animations_on_page && !mo_isIE() && !mo_isMobile()) {
            MO_THEME.scroll_effects();
        }
    

    to

    if (!mo_options.disable_animations_on_page && !mo_isIE()) {
            MO_THEME.scroll_effects();
        }
    

    But this change is not reliable on mobile since JS is slow and hence it may not animate on time and as a result users will have to wait

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.