question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`Animation.finished` seems not be polyfilled

See original GitHub issue

Hi, I’ve written a mixin for event based animation control. It works in latest Chrome but fails in FF 38 on this line as currAnim.finished is undefined: https://github.com/ember-vcl/evented-animation-support/blob/master/main.js#L86 As far as I understand the docs this should be polyfilled or am I wrong?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ChrisTalmancommented, Sep 4, 2018

@simevidas That’s great. Any idea why this isn’t included in web-animations-js? It would be useful if it were included. Perhaps a pull request would be approved?

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS3 animation-fill-mode polyfill - jquery - Stack Overflow
Let's pretend that a div is animated from opacity:0; to opacity:1; and i want to keep opacity:1; after the animation ends.
Read more >
Animation.prototype.finished polyfill - gists · GitHub
After adding both the official Web Animations polyfill, and the above finished polyfill, I got the demos working in Edge, too, but there...
Read more >
CSS Animations vs Web Animations API
In this article, we'll compare WAAPI and animations done in CSS. A note on browser support. WAAPI has a comprehensive and robust polyfill, ......
Read more >
Using the Web Animations API - MDN Web Docs
The Web Animations API lets us construct animations and control their ... There is also a handy polyfill that tests for feature support...
Read more >
Promises in Web Animations - Dan Wilson
Since animations can be played multiple times, this seems to be at odds with the Web animations API as subsequent finishes would not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found