What transitions are there?

Can somebody give me a list of possible scene transitions? I’m not sure which ones there are.

Command:

@transition STYLE DIRECTION COLOR DURATION

Choose Style from:
fade
iris
shade
curtain

Choose Direction:
For fade: (in, out)
For iris: (in, out)
For shade (up, down)
For curtain (in_left, out_left, in_right, out_right, in_top, out_top, in_bottom, out_bottom)

Choose Color (Optional):
white
yellow
blue
green
red
magenta
black (default color)
orange
grey

Choose Duration (Optional):
Here you can put any number you want
(Ex. 0.0001, 3, 120).
One second is the default.

It will represent how many seconds it takes for the complete transition to happen.
The larger the number, the slower it’ll be.

Ex:
@transition fade in white 1
@transition iris out 5
@transition shade up 2
@transition curtain in_right magenta 0.5

5 Likes

Thanks this is so helpful! :slight_smile:

1 Like