Specifies the transition effect
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum Transition
Public Enumeration Transition
public enum class Transition
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
no transition
|
| CrossDissolve | 1 |
Cross Fade
|
| FadeOut | 2 |
Fade out
|
| FadeIn | 3 |
Fade in
|
| FadeOutIn | 4 |
Fade Out then In
|
| LeftRight | 5 |
Wipe Left to Right
|
| ZigzagLeftRight | 6 |
Zigzag Wipe Left to Right
|
| RightLeft | 7 |
Wipe Right to Left
|
| ZigzagRightLeft | 8 |
Zigzag Wipe Right to Left
|
| UpDown | 9 |
Wipe Top to Bottom
|
| ZigzagUpDown | 10 |
Zigzag Wipe Top to Bottom
|
| DownUp | 11 |
Wipe Bottom to Top
|
| ZigzagDownUp | 12 |
Zigzag Wipe Bottom to Top
|
| FromUpLeft | 13 |
Slide from Top Left
|
| FromUpRight | 14 |
Slide from Top Right
|
| FromBottomLeft | 15 |
Slide from Bottom Left
|
| FromBottomRight | 16 |
Slide from Bottom Right
|
| MoveLeftRight1 | 17 |
Push Left to Right
|
| MoveLeftRight2 | 18 |
Slide Out Left to Right
|
| MoveRightLeft1 | 19 |
Push Right to Left
|
| MoveRightLeft2 | 20 |
Slide Out Right to Left
|
| MoveUpDown1 | 21 |
Push Top to Bottom
|
| MoveUpDown2 | 22 |
Slide Out Top to Bottom
|
| MoveDownUp1 | 23 |
Push Bottom to Top
|
| MoveDownUp2 | 24 |
Slide Out Bottom to Top
|
| RandomPoints | 25 |
Random Points
|
| RandomBoxes | 26 |
Random Boxes
|
| Center1 | 27 |
Wipe Out from Center
|
| Center2 | 28 |
Wipe In to Center
|
| CenterZoom1 | 29 |
Expand Out from Center
|
| CenterZoom2 | 30 |
Expand In to Center
|
| ExpandFromLeft | 31 |
Expand from Left
|
| ExpandFromRight | 32 |
Expand from Right
|
| ExpandFromTop | 33 |
Expand from Top
|
| ExpandFromBottom | 34 |
Expand from Bottom
|
| ExpandFromTopLeft | 35 |
Expand from Top Left
|
| ExpandFromTopRight | 36 |
Expand from Top Right
|
| ExpandFromBottomLeft | 37 |
Expand from Bottom Left
|
| ExpandFromBottomRight | 38 |
Expand from Bottom Right
|
| ExpandInFromLeft | 39 |
Expand in from Left
|
| ExpandInFromRight | 40 |
Expand in from Right
|
| ExpandInFromTop | 41 |
Expand in from Top
|
| ExpandInFromBottom | 42 |
Expand in from Bottom
|
| ExpandInToVerticalCenter | 43 |
Expand in to Vertical Center
|
| ExpandInToHorizon | 44 |
Expand in to Horizon
|
| ExpandInFromSides | 45 |
Expand in from Sides
|
| ExpandInFromTopAndBottom | 46 |
Expand in from Top and Bottom
|
| ExpandOutFromHorizon | 47 |
Expand out from Horizon
|
| ExpandOutFromVerticalCenter | 48 |
Expand out from Vertical Center
|
| WipeFromTopLeft | 49 |
Wipe from Top Left
|
| WipeFromTopRight | 50 |
Wipe from Top Right
|
| WipeFromBottomLeft | 51 |
Wipe from Bottom Left
|
| WipeFromBottomRight | 52 |
Wipe from Bottom Right
|
| WipeFromHorizon | 53 |
Wipe from Horizon
|
| WipeInFromSides | 54 |
Wipe in from Sides
|
| WipeOutFromVerticalCenter | 55 |
Wipe out from Vertical Center
|
| BuildUpFromLeft | 56 |
Build up from Left
|
| BuildUpFromRight | 57 |
Build up from Right
|
| BuildUpFromTop | 58 |
Build up from Top
|
| BuildUpFromBottom | 59 |
Build up from Bottom
|
| UnrollFromLeft | 60 |
Unroll from Left
|
| UnrollFromRight | 61 |
Unroll from Right
|
| UnrollFromTop | 62 |
Unroll from Top
|
| UnrollFromBottom | 63 |
Unroll from Bottom
|
| SlideInFromLeft | 64 |
Slide in from Left
|
| SlideInFromRight | 65 |
Slide in from Right
|
| SlideInFromTop | 66 |
Slide in from Top
|
| SlideInFromBottom | 67 |
Slide in from Bottom
|
| SlideInFromTopAndBottom | 68 |
Slide in from Top and Bottom
|
| ShrinkToTopLeft | 69 |
Shrink to Top Left
|
| ShrinkToTopRight | 70 |
Shrink to Top Right
|
| ShrinkToBottomLeft | 71 |
Shrink to Bottom Left
|
| ShrinkToBottomRight | 72 |
Shrink to Bottom Right
|
| ShrinkToCenter | 73 |
Shrink to Center
|
| QuartersWipeInToCenter | 74 |
Quarters Wipe in to Center
|
| QuartersExpandToCenter | 75 |
Quarters Expand to Center
|
| QuartersSlideInToCenter | 76 |
Quarters Slide in to Center
|
| CurvedWipeFromLeft | 77 |
Curved Wipe from Left
|
| CurvedWipeFromRight | 78 |
Curved Wipe from Right
|
| CurvedWipeFromTop | 79 |
Curved Wipe from Top
|
| CurvedWipeFromBottom | 80 |
Curved Wipe from Bottom
|
| BarsInFromLeft | 81 |
Bars in from Left
|
| BarsInFromRight | 82 |
Bars in from Right
|
| BarsFromTop | 83 |
Bars from Top
|
| BarsFromBottom | 84 |
Bars from Bottom
|
| BarsLeftThenRight | 85 |
Bars Left then Right
|
| BarsRightThenLeft | 86 |
Bars Right then Left
|
| BarsTopThenBottom | 87 |
Bars Top then Bottom
|
| BarsBottomThenTop | 88 |
Bars Bottom then Top
|
| BarsFrombothSides | 89 |
Bars from both Sides
|
| BarsFromTopAndBottom | 90 |
Bars from Top and Bottom
|
| ShreddedFromLeft | 91 |
Shredded from Left
|
| ShreddedFromRight | 92 |
Shredded from Right
|
| ShreddedFromTop | 93 |
Shredded from Top
|
| ShreddedFromBottom | 94 |
Shredded from Bottom
|
| ShreddedFromTopAndLeft | 95 |
Shredded from Top and Left
|
| ShreddedFromTopAndRight | 96 |
Shredded from Top and Right
|
| ShreddedFromBottomAndLeft | 97 |
Shredded from Bottom and Left
|
| ShreddedFromBottomAndRight | 98 |
Shredded from Bottom and Right
|
| ShreddedFromHorizonAndLeft | 99 |
Shredded from Horizon and Left
|
| ShreddedFromHorizonAndRight | 100 |
Shredded from Horizon and Right
|
| ShreddedFromTopAndVerticalCenter | 101 |
Shredded from Top and Vertical Center
|
| ShreddedFromBottomAndVerticalCenter | 102 |
Shredded from Bottom and Vertical Center
|
| ShreddedToCenter | 103 |
Shredded to Center
|
| ShreddedFromCenter | 104 |
Shredded from Center
|
| ShreddedInToHorizon | 105 |
Shredded in to Horizon
|
| ShreddedInToVerticalCenter | 106 |
Shredded in to Vertical Center
|
| ShreddedOutFromHorizon | 107 |
Shredded out from Horizon
|
| ShreddedOutFromVerticalCenter | 108 |
Shredded out from Vertical Center
|
| RectangularShred | 109 |
Rectangular Shred
|
| TriangularShredToTopLeft | 110 |
Triangular Shred to Top Left
|
| CurvedWipeFromTopLeft | 111 |
Curved Wipe from Top Left
|
| CurvedWipeFromTopRight | 112 |
Curved Wipe from Top Right
|
| CurvedWipeFromBottomLeft | 113 |
Curved Wipe from Bottom Left
|
| CurvedWipeFromBottomRight | 114 |
Curved Wipe from Bottom Right
|
| CircularWipeFromCenter | 115 |
Circular Wipe from Center
|
| CircularWipeToCenter | 116 |
Circular Wipe to Center
|
| CrisscrossWipeFromTopLeft | 117 |
Crisscross Wipe from Top Left
|
| CrisscrossWipeFromTopRight | 118 |
Crisscross Wipe from Top Right
|
| CrisscrossWipeFromBottomLeft | 119 |
Crisscross Wipe from Bottom Left
|
| CrisscrossWipeFromBottomRight | 120 |
Crisscross Wipe from Bottom Right
|
| CrisscrossWipeBounceFromTopLeft | 121 |
Crisscross Wipe Bounce from Top Left
|
| CrisscrossWipeBounceFromTopRight | 122 |
Crisscross Wipe Bounce from Top Right
|
| CrisscrossWipeBounceFromBottomLeft | 123 |
Crisscross Wipe Bounce from Bottom Left
|
| CrisscrossWipeBounceFromBottomRight | 124 |
Crisscross Wipe Bounce from Bottom Right
|
| CrisscrossWipeFromLeftRightAndTop | 125 |
Crisscross Wipe from Left Right and Top
|
| CrisscrossWipeFromLeftRightAndBottom | 126 |
Crisscross Wipe from Left Right and Bottom
|
| CrisscrossWipeFromLeftTopAndBottom | 127 |
Crisscross Wipe from Left Top and Bottom
|
| CrisscrossWipeFromTopLeftRightAndBottom | 128 |
Crisscross Wipe from Top Left Right and Bottom
|
| CrisscrossWipeFromRightTopAndBottom | 129 |
Crisscross Wipe from Right Top and Bottom
|
| CrisscrossWipeFromBottomLeftTopRight | 130 |
Crisscross Wipe from Bottom Left Top Right
|
| WipeDiagonalFromTopLeft | 131 |
Wipe diagonal from Top Left
|
| WipeDiagonalFromTopRight | 132 |
Wipe diagonal from Top Right
|
| WipeDiagonalFromBottomLeft | 133 |
Wipe diagonal from Bottom Left
|
| WipeDiagonalFromBottomRight | 134 |
Wipe diagonal from Bottom Right
|
| DiagonalSweepClockwise | 135 |
Diagonal Sweep Clockwise
|
| DiagonalSweepCounterClockwise | 136 |
Diagonal Sweep Counter-Clockwise
|
| SweepClockwise | 137 |
Sweep Clockwise
|
| SweepCounterClockwise | 138 |
Sweep Counter-Clockwise
|
| StarburstClockwiseFromCenter | 139 |
Starburst Clockwise from Center
|
| RotationalRectangle | 140 |
Rotational Rectangle
|
| RotationalStar | 141 |
Rotational Star
|
| SpeckledWipeFromLeft | 142 |
Speckled Wipe from Left
|
| SpeckledWipeFromRight | 143 |
Speckled Wipe from Right
|
| SpeckledWipeFromTop | 144 |
Speckled Wipe from Top
|
| SpeckledWipeFromBottom | 145 |
Speckled Wipe from Bottom
|
| PushLeftAndSlideOut | 146 |
Push Left and Slide out
|
| PushRightAndSlideOut | 147 |
Push Right and Slide out
|
| PushUpAndSlideOut | 148 |
Push up and Slide out
|
| PushDownAndSlideOut | 149 |
Push down and Slide out
|
| PushAndSqueezeLeft | 150 |
Push and Squeeze Left
|
| PushAndSqueezeRight | 151 |
Push and Squeeze Right
|
| PushAndSqueezeUp | 152 |
Push and Squeeze up
|
| PushAndSqueezeDown | 153 |
Push and Squeeze down
|
| HorizontalBlinds | 154 |
Horizontal Blinds
|
| VerticalBlinds | 155 |
Vertical Blinds
|
| UnevenBlindsFromLeft | 156 |
Uneven Blinds from Left
|
| UnevenBlindsFromRight | 157 |
Uneven Blinds from Right
|
| UnevenBlindsFromTop | 158 |
Uneven Blinds from Top
|
| UnevenBlindsFromBottom | 159 |
Uneven Blinds from Bottom
|
| RectanglesFromTheLeft | 160 |
Rectangles from the Left
|
| RectanglesFromTheRight | 161 |
Rectangles from the Right
|
| RectanglesFromTheTop | 162 |
Rectangles from the Top
|
| RectanglesFromTheBottom | 163 |
Rectangles from the Bottom
|