[csswg-drafts] [web-animations-2] Introduce StaggerEffect in GroupEffect (#4320)

yi-gu has just created a new issue for https://github.com/w3c/csswg-drafts:

== [web-animations-2] Introduce StaggerEffect in GroupEffect ==
In the proposed GroupEffect [explainer](https://github.com/yi-gu/group_effect) we introduced StaggerEffect (children effects start with different delays) in addition to the traditional ParallelEffect (all children effects start together) and SequenceEffect (children effects start in turn) to GroupEffect. Notably the StaggerEffect can be achieved by modifying ParallelEffect [1]. However, introducing a separate API may still be a great idea for ergonomic reasons. In addition, [most popular libraries](https://github.com/yi-gu/group_effect#relevant-information-and-use-cases) (GSock, Angular, AnimateJS, React animated framework etc.) make the stagger effect a separate category.

[1] https://github.com/w3c/csswg-drafts/pull/4302#issuecomment-531617470

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4320 using your GitHub account

Received on Tuesday, 17 September 2019 06:10:26 UTC