statistics numbers start immidiatly

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support statistics numbers start immidiatly

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #12318
    yanivn
    Member

    Hello,

    The animated numbers start counting immediately when page loads and not when they appear on screen.
    I think it happened after I turned ON and then to OFF “DISABLE SMOOTH PAGE LOAD” & “DISABLE ANIMATIONS ON PAGES”

    Many thanks,
    Yaniv

    #12340
    yanivn
    Member

    It seems they are not counting only on mobile, web site looks fine.

    #12372
    Raghavendra
    Moderator

    We generally disable animations on mobile because we find them slow to trigger and hence the purpose is lost. We need the animations to trigger at the right time to make them effective.

    #12454
    yanivn
    Member

    All buttons in general are OFF:
    DISABLE SMOOTH PAGE LOAD
    DISABLE ANIMATIONS ON PAGES
    DISABLE SMOOTH SCROLL

    Animation works well on large screens, but in mobile the number are not animated at all and they appear with their final number immediately.

    Is there anything I can do to fix it? I remember that it used to work well.

    Thank!

    #12458
    Raghavendra
    Moderator

    Can we have a temp login to the site pls. Pls post it as a private reply here. Thanks.

    #12510
    yanivn
    Member
    This reply has been marked as private.
    #12530
    Raghavendra
    Moderator

    Can you pls change the line number 618 of js/main.js file from

    if (!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();
        }
    

    and see if that helps? Pls give a try else I will have a look again. Again, as I said earlier, we do not enable animations on mobile. Thanks.

    #12531
    yanivn
    Member

    Thanks it works.
    5 starts for your support!!!

    #12532
    yanivn
    Member

    I meant 5 stars (* * * * *) of course 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘statistics numbers start immidiatly’ is closed to new replies.