Skip to content

[web-animations-2] Introduce StaggerEffect in GroupEffect #4320

@yi-gu

Description

@yi-gu

In the proposed GroupEffect explainer 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 (GSock, Angular, AnimateJS, React animated framework etc.) make the stagger effect a separate category.

[1] #4302 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions