Be sparing with animations on mobiles

Animation on mobiles is really tricky, not only because you have reduced graphics processing power, but also because scroll events have traditionally messed with JavaScript execution timing. If you don't totally disable animation on mobiles, try to only use CSS transitions as these are more performant than iterating through properties via JavaScript. When in doubt, disable animation on mobiles.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset