Scene Transition
Scene Transitions
Transitions are used to visually render from one scene into another.
Fade In
Fades into the scene from a color.
Properties
Name | Explanation | Type |
---|---|---|
Color | The fade in or out color of the transition. | Color |
Duration | The duration of the element in milliseconds. | Number |
Fade Out
Fades out of the scene to a color.
Properties
Name | Explanation | Type |
---|---|---|
Color | The fade in or out color of the transition. | Color |
Duration | The duration of the element in milliseconds. | Number |
Gradient Wipe In
Performs a gradient wipe with an image, showing a scene.
Properties
Name | Explanation | Type |
---|---|---|
Duration | The duration of the transition in milliseconds. | Number |
Gradient Image | The gradient image to use. | Image |
Gradient Wipe Out
Performs a gradient wipe with an image, hiding the scene.
Properties
Name | Explanation | Type |
---|---|---|
Duration | The duration of the transition in milliseconds. | Number |
Gradient Image | The gradient image to use. | Image |
Horizontal Shutter In
Closes the scene with a color, moving horizontally, hiding the scene.
Properties
Name | Explanation | Type |
---|---|---|
Color | The fade in or out color of the transition. | Color |
Duration | The duration of the element in milliseconds. | Number |
Horizontal Shutter Out
Opens from a color in the middle, moving horizontally, exposing the scene.
Properties
Name | Explanation | Type |
---|---|---|
Color | The fade in or out color of the transition. | Color |
Duration | The duration of the element in milliseconds. | Number |
Instant
Instantly shows the scene.
Vertical Shutter In
Closes the scene with a color, moving vertically, hiding the scene.
Properties
Name | Explanation | Type |
---|---|---|
Color | The fade in or out color of the transition. | Color |
Duration | The duration of the element in milliseconds. | Number |
Vertical Shutter Out
Opens from a color in the middle, moving vertically, exposing the scene.
Properties
Name | Explanation | Type |
---|---|---|
Color | The fade in or out color of the transition. | Color |
Duration | The duration of the element in milliseconds. | Number |