dominique-mueller / angular-notifier

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
https://www.npmjs.com/package/angular-notifier
MIT License
247 stars 68 forks source link

Not working mobile #126

Open cankarakoyun opened 5 years ago

cankarakoyun commented 5 years ago

translate3d break notifier at mobile browsers

ethyaan commented 5 years ago

I have the same problem Here too

dominique-mueller commented 5 years ago

Duplicate of #116, #122 and #133. The element.animate() function is part of the Web Animations API which older browsers might not support. Look into the compatibility section of the README, it states that adding the Web Animation API polyfill should solve your issue.

Feel free to open up another GitHub issue if the problem continues to exist.

dominique-mueller commented 5 years ago

Ah wait, actually this sounds like a different issue. Re-opening ...