web-animations / web-animations-js

JavaScript implementation of the Web Animations API
http://web-animations.github.io
Apache License 2.0
3.77k stars 408 forks source link

Promise not working on iPad Safari with polyfill included. #185

Open marvindanig opened 6 years ago

marvindanig commented 6 years ago
…
…
var menuAnime = document.getElementById('sidemenu').animate(keyframes, options)

menuAnime.finished.then(function () { }

TypeError: undefined is not an object (evaluating 'menuAnime.finished.then')
TechQuery commented 4 years ago

https://github.com/web-animations/web-animations-js/issues/33#issuecomment-568294835