<Sequence> to delay when an element appears in the timeline.
If the items should not be wrapped, use the
layout prop:
Premounting
This loads the component in the timeline before it is actually played.Always premount any
<Sequence>!
Series
Use<Series> when elements should play one after another without overlap.
<Sequence>, the items will be wrapped in an absolute fill element by default when using <Series.Sequence>, unless the layout prop is set to none.
Series with overlaps
Use negative offset for overlapping sequences:Frame References Inside Sequences
Inside a Sequence,useCurrentFrame() returns the local frame (starting from 0):