Numbers not animated in mobile view Support Forums for LiveMesh Themes & Plugins › Forums › FitPro Theme Support › Numbers not animated in mobile view This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago by Veena. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts August 19, 2015 at 8:42 am #15883 rpfitnessMember 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 August 19, 2015 at 8:43 am #15884 rpfitnessMember This reply has been marked as private. August 19, 2015 at 12:35 pm #15889 VeenaModerator 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 Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The forum ‘FitPro Theme Support’ is closed to new topics and replies.