Pre-defined Transitions

Wipe

A wipe transitions slides the new scene over the old scene starting at one of the four possible sides.

<transition
    type="wipe"
    duration="time"
    direction="left | right | top | bottom"
    />

Push

A push transitions pushes the new scene into view, and the old scene out of view, starting at one of the four possible sides.

<transition
    type="push"
    duration="time"
    direction="left | right | top | bottom"
    />

Crossfade

A crossfade transition is a gradual fade from one shot to the next also known as a mix or dissolve.

<transition
    type="crossfade"
    duration="time"
    />

Fade

A fade transition fades the shot to a single color, usually black or white and back to the next shot.

<transition
    type="fade"
    color="color"
    duration="time"
    />

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.