You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using wow.js and testing it in my mobile browser I noticed that the viewport becomes larger creating a horizontal scroll. I think the reason for the overflowing is that the animations like fadeInLeft, fadeInRight and similar ones start outside of the viewport.
1 - Viewport bug: On mobile browsers the width becomes larger than 100%.
2 - To solve it I add some lines in my CSS to hide the overflow-x of the <body>.
This solve the problem, but I wouldn't like to do a MacGyver on every page I create. In animate-plus.js, for example, this behavior is defined right in the JS file to avoid quick fix in CSS. So my question is: Is there a way to solve it directly in WOW.JS ?
Best regards,
Jaris GV
The text was updated successfully, but these errors were encountered:
I just started using wow.js and testing it in my mobile browser I noticed that the viewport becomes larger creating a horizontal scroll. I think the reason for the overflowing is that the animations like fadeInLeft, fadeInRight and similar ones start outside of the viewport.
1 - Viewport bug: On mobile browsers the width becomes larger than 100%.
2 - To solve it I add some lines in my CSS to hide the overflow-x of the
<body>
.This solve the problem, but I wouldn't like to do a MacGyver on every page I create. In animate-plus.js, for example, this behavior is defined right in the JS file to avoid quick fix in CSS. So my question is:
Is there a way to solve it directly in WOW.JS ?
Best regards,
Jaris GV
The text was updated successfully, but these errors were encountered: