Objects that may be the target of an Animation implement the Animatable interface.
PropertiesNo properties.
MethodsNo events.
Exampleselem.ownerDocument.timeline.play(anim);
var anim = new Animation(elem, { opacity: 0 }, 2000);
var anim = elem.animate({ opacity: 0 }, 2000);
Related specifications
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4