electerious / basicScroll

Standalone parallax scrolling for mobile and desktop with CSS variables.
https://basicscroll.electerious.com
MIT License
3.63k stars 148 forks source link

IE 11 Support #45

Closed virtualbjorn closed 5 years ago

virtualbjorn commented 5 years ago

Does this plugin supports IE11?

electerious commented 5 years ago

CSS Custom Properties aren't supported by IE11.

The requirements are documented in the readme. I recommend Can I Use to check if your required browser supports all features.

basicScroll can also animate normal properties. This might be helpful if you want to support IE11.