ef-timegroup

The timing container. Every composition is a tree of timegroups.

Interactive example

Attributes

6 of 6

duration

React prop
duration
Type
string
Default
—
Description
Fixed duration when mode="fixed" (CSS time, e.g. "5s"); ignored in other modes.

fps

React prop
fps
Type
number
Default
—
Description
Rendering frame rate.

loop

React prop
loop
Type
boolean
Default
false
Description
Loop attribute — when this temporal is a self-driving root under a PlaybackController, the controller wraps back to 0 instead of pausing at duration.

mode

React prop
mode
Type
fixed | sequence | contain | fit
Default
"contain"
Description
Duration calculation mode.

offset

React prop
offset
Type
number
Default
—
Description
Start offset (seconds) within a parallel (fixed/contain/fit) parent timegroup.

overlap

React prop
overlap
Type
number
Default
0
Description
Overlap time between adjacent sequence-mode items (e.g. "1s").

Events

Methods

3 of 3