Web Animations: Convert ElementAnimation to proper Animatable interface |
|
Issue descriptionCurrently we implement the Animatable interface (https://drafts.csswg.org/web-animations-1/#the-animatable-interface-mixin) via a PartialInterface on Element. This should actually be an interface mixin. The current approach for interface mixins, per issue 781257, is to use [NoInterfaceObject]. |
|
►
Sign in to add a comment |
|