angular-notifier
angular-notifier copied to clipboard
Not working mobile
translate3d break notifier at mobile browsers
I have the same problem Here too
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.
Ah wait, actually this sounds like a different issue. Re-opening ...