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

There is no Node.classList in IE9- #11

Open
SimonHarte opened this issue Sep 24, 2015 · 1 comment
Open

There is no Node.classList in IE9- #11

SimonHarte opened this issue Sep 24, 2015 · 1 comment

Comments

@SimonHarte
Copy link

You get errors in IE9 because the script uses Node.classList.add/remove. Best way to solve this would probably be to include a classList polyfill: https://github.com/eligrey/classList.js/

@MrGrigri
Copy link

Why would you use this in IE 9. Animations aren't supported. I just wouldn't even load this script if you are using anything less than IE 9.

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