Topic: Mobile Animations
softorigins free asked 5 years ago
Smooth animation
animated elements disappear when scrolling thru sections. User has to touch screen several times to bring it back
There should be a way to disable animations on mobile if there not going to work but all I could find here was a 9 month old question answered by saying it was being worked on.
As a footnote it has the same behavior on this website, mdbootstrap.com, when viewed on IPhone. flashing in and out.
MDBootstrap staff answered 5 years ago
Hi softorigins,
I understand that this behaviour of animations is not intuitive for you but we made them work on everysingle device by default. We let users decide whether they want to use them on mobile or not. Using a simple line of code you can customize the usage of wow element. We believe that this is best for most users because some people might want to use animations on mobile.
However, Every single bug request is important for us. Can you post a sample of your usage of wow animations and give us a full explanation of what the wrong behaviour did you notice?
Best Regards, Piotr
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.8.2
- Device: iphone 6
- Browser: safari
- OS: IOS 12.3.1
- Provided sample code: No
- Provided link: No
softorigins free commented 5 years ago
You can add the following to your JS file to turn off animation on mobile devices. .new WOW().init( { mobile: false, } ) Work around solutions are never as good as fixing the bugs in the first place.