Animation text on mobile - not work ? why?

1) Guys animation text should work on mobile or not ?

Asking becouse my website haven't animation effect (fade in) on my phone. I was checking on two mobile phone (samsung s7, and iphone).

Please give my advice if there is a chance to have this effect on mobile too. https://thestars.pl

2) The animation text on menu "Wideo" it's little jumping, when on others menu not, why ?

Guys animation text should work on mobile or not ?

good practice is not to use fancy effects and animations on mobile devices.

but you can use animate.js, or the library you like, directly and set all parameters you love. Including text effects.

1) Bootstrap Studio's built-in animation effects are disabled on mobile by default. 2) The jumpiness is probably due to the fact that you're loading external resources from YouTube. You can use the online component I've uploaded called Youtube Video Lazyload to prevent the videos from loading instantly, or if you delay the animation of the text by a second or so it should also fix it.

"1) Bootstrap Studio’s built-in animation effects are disabled on mobile by default." Its possible to enable ?

BTW thx for the tip about jumpiness - delay even 0.5 second help...

BSS uses the Animate on Scroll library by Michał Sajnóg (https://github.com/michalsnik/aos) You could add this library yourself manually, rather than using BSS Animate options, and then configure it however you like (including having it stay active on mobile.) Alternatively, there are other animate libraries out there... https://animate.style/ https://animejs.com/ And many others, which you could use.