Add
class="clip" to timed DOM and image elements so the runtime can control
their visibility. Video visibility is managed by the media runtime; audio has
no visual lifecycle.
Tracks are not layers
Tracks prevent time ranges from colliding. They do not decide which element is in front. Use CSSz-index for paint order.
Two clips on one track cannot overlap. Put an intentional overlap, such as a
crossfade, on separate tracks:
Start relative to another clip
A numericdata-start is an absolute time in seconds. A clip ID means “start
when that clip ends.” Add or subtract seconds for a gap or overlap: