New issue
Advanced search Search tips

Issue 827866 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Web Animations: Convert ElementAnimation to proper Animatable interface

Project Member Reported by smcgruer@chromium.org, Apr 1 2018

Issue description

Currently 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