Re: [csswg-drafts] [css-animations-2] Synchronised animation timelines (#8534)

> IUC [group effects](https://drafts.csswg.org/web-animations-2/#grouping-and-synchronization) is more about grouping effects on one and the same element? How would that work across several elements?

Keyframe effects specific their target element so group effects (which combine keyframe effects) are able to target multiple elements.

For this particular use case, you'd specify the (infinite) iteration count on the group and then attach child effects to it. Any effects added to the group while it was in play would pick up from the group's current time and so would be synchronized with existing effects.

-- 
GitHub Notification of comment by birtles
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8534#issuecomment-1458129632 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 7 March 2023 12:59:57 UTC