Turn off animations for Mobile and Tablet devices

dode1304's picture
dode1304
Mon, 06/15/2015 - 13:54
#1
Turn off animations for Mobile and Tablet devices

Hello,

How can I turn off all animations from the theme for Mobile and Tablet devices? Or maybe for devices with smaller resolution width of 1024px?

Thanks

phuonght's picture
phuonght
Mon, 06/15/2015 - 23:04

Hi,

There is one way to turn off animations for devices with smaller resolution width of 1024px:

1. Open file custom.js in md_phoenix/js/front

2. Search code: window.scrollReveal = new scrollReveal();

3. Change into: 

if($(window).width() > 1024) {
   window.scrollReveal = new scrollReveal(); }
4. Save and clear cache

After working with your site, please send us feedback. We would like to know if it works or not.

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.