I'd like to delete an object after it's done animating with a CSS transition, but I'm not able to use a JavaScript library.
How do I detect when the animation is done? Do I use a callback or custom event somehow?
|
I'd like to delete an object after it's done animating with a CSS transition, but I'm not able to use a JavaScript library. How do I detect when the animation is done? Do I use a callback or custom event somehow?
| |||
|
feedback
|
For now, the exact event name has not been standardized. Here's a quote from MDN:
Here's the fiddle for Webkit: http://jsfiddle.net/bNgWY/ | |||||||||
feedback
|