Adobe Photoshop CS5 Object Library JS: TransitionType
From Photoshop CS5
PDF presentation transition types.
Value
| Name | Description | Value |
|---|---|---|
| TransitionType.BLINDSHORIZONTAL | Images transition in horizontal stripes like Venetian blinds. | int 1 |
| TransitionType.BLINDSVERTICAL | Images transition in vertical stripes. | int 2 |
| TransitionType.BOXIN | Images transition using a shrinking box shape. | int 4 |
| TransitionType.BOXOUT | Images transition using an expanding box shape. | int 5 |
| TransitionType.DISSOLVE | One image dissolves into the next. | int 3 |
| TransitionType.GLITTERDOWN | Images dissolve top to bottom. | int 6 |
| TransitionType.GLITTERRIGHT | Images dissolve left to right. | int 7 |
| TransitionType.GLITTERRIGHTDOWN | Images dissolve top-left to bottom-right. | int 8 |
| TransitionType.NONE | Images change with no visible transition. | int 9 |
| TransitionType.RANDOM | Images transition using random effects. | int 10 |
| TransitionType.SPLITHORIZONTALIN | The new images roll in from the top and bottom of the screen. | int 11 |
| TransitionType.SPLITHORIZONTALOUT | The new image spreads from the middle of the screen to the top and bottom of the screen. | int 12 |
| TransitionType.SPLITVERTICALIN | The new image rolls in from the left and right edges of the screen. | int 13 |
| TransitionType.SPLITVERTICALOUT | The new image rolls out from the middle of the screen to the left and right edges of the screen. | int 14 |
| TransitionType.WIPEDOWN | The new image rolls in from the top of the screen. | int 15 |
| TransitionType.WIPELEFT | The new image rolls in from the right side of the screen. | int 16 |
| TransitionType.WIPERIGHT | The new image rolls in from the left side of the screen. | int 17 |
| TransitionType.WIPEUP | The new image rolls in from the bottom of the screen. | int 18 |
Usage
As property
PresentationOptions.transition
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |