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
To prevent elements from 1st showing, then disappearing and then appearing again (animation) when using wow, I added the CSs line: .wow { visibility:none;}
However, this causes elements to stay hidden when JS fails or disabled in browser. For that, I created this little / script function:
FEATURE REQUEST: ❗we require a new option: initializedClassName that should be set to all .wow containers and to all newly detected containers. In reg. to this feature, we should also alter the CSS of the .wow - only .wow.wow-initialized should have the visibility: hidden set.
In case WOW.js load fails, this class then would not be appended, which would result in the element still being shown as intended in case no animation would be added.
To prevent elements from 1st showing, then disappearing and then appearing again (animation) when using wow, I added the CSs line: .wow { visibility:none;}
However, this causes elements to stay hidden when JS fails or disabled in browser. For that, I created this little / script function:
The text was updated successfully, but these errors were encountered: