Skip to main content

Sequence

Function Sequence 

Source
pub fn Sequence(props: SequenceProps) -> Element
Expand description

A time-sliced segment of a composition.

Children only render during the active window [from, from + duration). Inside the children, use_current_frame() returns a local frame starting at 0 when the sequence begins.