Hello
Is it possible to change a setting so that the animated numbers load automatically when the page opens? Or alternatively, when they appear on screen?
At the moment, one of the numbers is appearing in the bottom 1/6th of a 15 inch laptop screen, but isn’t loading until you scroll a bit further down the page.
Thanks
Hey 110percent!
I see what you mean. I couldn’t reproduce it on my XAMPP setup though. What happens when you change line 271 in the /enfold/config-templatebuilder/avia-shortcodes/numbers.php from this.
$output = '<'.$tags[0].' '.$style.' class="avia-animated-number av-force-default-color avia-color-'.$color.' '.$meta['el_class'].' avia_animate_when_visible" '.$style.'>';
To this.
$output = '<'.$tags[0].' '.$style.' class="avia-animated-number av-force-default-color avia-color-'.$color.' '.$meta['el_class'].' avia_animate_when_almost_visible" '.$style.'>';
Best regards,
Elliott