Timelinx

TransitionsPanel

Panel for adding and configuring transitions between clips

The TransitionsPanel displays available transitions (cross dissolves, wipes, etc.) and allows applying them between adjacent clips on the timeline.

Live Example

Loading...

Usage

import { TransitionsPanel, TimelineProvider } from '@timelinx/ui';

function App() {
  return (
    <TimelineProvider engine={engine}>
      <TransitionsPanel />
    </TimelineProvider>
  );
}

Props

Prop

Type

Context Requirement

TransitionsPanel must be inside a TimelineProvider. It reads clip adjacency data from the engine context to determine where transitions can be applied.

On this page