adriancarriger / frosted-glass

❄️ Add a live frosted glass blur effect over any type of web content, including text.
https://codesandbox.io/s/github/adriancarriger/frosted-glass/tree/master/demos/vanilla/navbar
MIT License
64 stars 6 forks source link

Not working in IE10+ #86

Open dipiana opened 5 years ago

dipiana commented 5 years ago

Unfortunately, it seems like it is not working in IE10+ like most blur-plugins.

Stefadesign commented 5 years ago

Not working in IE11, forEach() method appears as an error querySelectorAll() is a method which return a NodeList. And on Internet Explorer, foreach() only works on Array objects.