Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wow.js doesnt work on win11 #61

Open
tryskacz opened this issue Apr 24, 2024 · 1 comment
Open

wow.js doesnt work on win11 #61

tryskacz opened this issue Apr 24, 2024 · 1 comment

Comments

@tryskacz
Copy link

Hello, this is not an issue, i just wanted to share experience :)

I have one old project where I use MDBootstrap and WOW.js.
Suddenly on scroll effects stoped working on some stations - no errors, console log is empty

There is this settings in Windows 11 called "Animation effects". When it is turned off, wow.js is not doing its work.
Turning it on helped.

AOS has no problem with that

hope it'll help someone :)

@jagged3dge
Copy link

jagged3dge commented Sep 10, 2024

If you're using this library along with the Animate.css library while on Windows 11 with the "Animation effects" setting turned off in System Settings, then this is the right and expected behavior.

Animate.css uses the prefers-reduced-motion media query to respect the user's device/system preference for animation effects.
On Windows 11, browsers reflect this preference from the "Animation effects" setting in System Settings.

I hope this explanation helps encourage people to keep using/supporting this brilliant library after reading this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants