New issue
Advanced search Search tips

Issue 624641 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Allow animations to target more than one element

Project Member Reported by suzyh@chromium.org, Jun 30 2016

Issue description

At the moment, there is a 1:1 mapping between animations and elements. Support for multiple elements will be required in future for group effects.
 
Clarification:
Animations don't map to Elements directly, only via AnimationEffects.
There is a 1:1 mapping between Animations and AnimationEffects.
There is a 1:1 mapping between KeyframeEffects and Elements.
GroupEffects and SequenceEffects have a 1:* mapping to other AnimationEffects.

Once GroupEffect and SequenceEffect are implemented there will be an implicit 1:* mapping between Animations and Elements.

Comment 2 by suzyh@chromium.org, Oct 5 2016

Cc: loyso@chromium.org
The speccing of GroupEffects is not happening yet, so there isn't much concrete to drive this yet. Alan suggests we should approach this by experimenting with implementing GroupEffects.
Status: WontFix (was: Available)
This won't be required until Web Animations level 2. Let's wait until that's on our radar before making it an item of work.

Sign in to add a comment