|
|
|
|
|
by supakeen
1878 days ago
|
|
This doesn't remove the object from the DOM after the animation is over, which the example on the website does. You'll need to add something that removes the element after the transition is over which would be a bunch more code (the eventlistener for transitionend) :) |
|