New issue
Advanced search Search tips

Issue 666009 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature

Blocked on:
issue 694539

Blocking:
issue 430155



Sign in to add a comment

AnimationWorklet - Add logic to work with CSS

Project Member Reported by majidvp@chromium.org, Nov 16 2016

Issue description

Add machinery to assign elements to animators in CSS. Perhaps this also  creates/initializes the animator as we see assignments in CSS. 

The current CSS declaration syntax is: 
animator: <animator-name>
animator-root: <animator-name>


I believe we need also a way to allow CSS animator assignments to happen even before the animator is not yet registered. In another word, it should not an error if we see an animator name in CSS but we still have not received its registration via javascript. This should be valid. We simply upgrade (i.e., animate) those assigned elements once aniamtor is registered.
 
Labels: -Type-Bug Type-Feature

Comment 2 by flackr@chromium.org, Jan 24 2017

Labels: -Hotlist-Threaded-Rendering Hotlist-ThreadedRendering
Blockedon: 694539
Status: WontFix (was: Assigned)

Sign in to add a comment