TransitionEffectTypeByteScout Image To Video SDK

TransitionEffectType type

TransitionEffectType type can be used for In and Out slide transition effects (see ISlides.DefaultSlideInEffect, ISlides.DefaultSlideOutEffect and ISlide.InEffect and ISlide.OutEffect)

There are 2 sets of effects Standard (66 effects) and Advanced (72 effects including 3d effects)

REGISTERED USERS: Advanced effects are available with PRO Developer License only (free trial version provides access to all effects but adds reminder message on the top of the video)

TransitionEffectType (standard effects)

 
            teNone = -1,
            teFadeSimple = 0,
            teWipeLeft  = 1,
            teWipeRight =2,
            teWipeUp=3,
            teWipeDown=4,
            teWipeTopLeft=5,
            teWipeTopRight=6,
            teWipeBottomLeft=7,
            teWipeBottomRight=8,

            teCoverLeft=9,
            teCoverRight=10,
            teCoverUp=11,
            teCoverDown=12,
            teCoverLeftUp=13,
            teCoverLeftDown=14,
            teCoverRightUp=15,
            teCoverRightDown=16,

            teUncoverLeft=17,
            teUncoverRight=18,
            teUncoverUp=19,
            teUncoverDown=20,
            teUncoverLeftUp=21,
            teUncoverLeftDown=22,
            teUncoverRightUp=23,
            teUncoverRightDown=24,
            teUncoverPushLeft=25,
            teUncoverPushRight=26,
            teUncoverPushUp=27,
            teUncoverPushDown=28,

            teBoxIn=29,
            teBoxOut=30,

            teWheel1=31,
            teWheel2=32,
            teWheel3=33,
            teWheel4=34,
            teWheel5=35,
            teWheel6=36,
            teWheel7=37,
            teWheel8=38,

            teHBlinds5=39,
            teHBlinds10=40,
            teHBlinds20=41,

            teVBlinds5=42,
            teVBlinds10=43,
            teVBlinds20=44,

            teStripLeftUp=45,
            teStripLeftDown=46,
            teStripRightUp=47,
            teStripRightDown=48,

            teShapeCircle=49,
            teShapePlus=50,
            teShapeDiamond=51,
            teShapeChecksHorz=52,
            teShapeChecksVert=53,

            teSplitHorzIn=54,
            teSplitHorzOut=55,
            teSplitVertIn=56,
            teSplitVertOut=57,

            teWedge=58,
            teClockCW=59,
            teClockCCW=60,

            teCut=61,
            teCutThruBlack=62,

            teRandomBarsHorz=63,
            teRandomBarsVert=64,

            teFade=65,
            teNewsflash=66,
          </pre>
        </code>
      </content>        
    </section>

    <section>
      <title>TransitionEffectType (advanced effects)</title>
      <content>
        <legacyBold></legacyBold>

        <code>
        <pre>
teDissolve=67,

teSwitchLeft=68,
teSwitchRight=69,

teBox3DLeft=70,
teBox3DRight=71,
teBox3DUp=72,
teBox3DDown=73,

teCubeLeft=74, 
teCubeRight=75,
teCubeUp=76,
teCubeDown=77,

teFlipLeft=78,
teFlipRight=79,

teRippleTopLeft=80,
teRippleTopRight=81,
teRippleBottomLeft=82,
teRippleBottomRight=83,
teRippleCenter=84,

teGalleryLeft=85,
teGalleryRight=86,
teZoomIn=87,
teZoomOut=88,

teDoorsHorz=89,
teDoorsVert=90,

teWindowsHorz=91,
teWindowsVert=92,

teFadeThruBlack=93,

teHoneycomb=94,
teBlinds3DHorz=95,
teBlinds3DVert=96,

teCheckerBoard3DHorz=97,
teCheckerBoard3DVert=98,

teCombHorizontal=99,
teCombVertical=100,

teGlitterLeft=101,
teGlitterRight=102,
teGlitterUp=103,
teGlitterDown=104,

teGlitterDiamondLeft=105,
teGlitterDiamondRight=106,
teGlitterDiamondUp=107,
teGlitterDiamondDown=108,


teShredStripIn=109,
teShredStripOut=110,

teShredParticleIn=111,
teShredParticleOut=112,

teVortexLeft=113,
teVortexRight=114,
teVortexUp=115,
teVortexDown=116,

teRevealLeft=117,
teRevealRight=118,

teRevealThruBlackLeft=119,
teRevealThruBlackRight=120,

teCover3DLeft=121, 
teCover3DRight=122, 
teCover3DUp=123, 
teCover3DDown=124, 
teCover3DLeftUp=125, 
teCover3DLeftDown=126, 
teCover3DRightUp=127, 
teCover3DRightDown=128,

teUncover3DLeft=129, 
teUncover3DRight=130, 
teUncover3DUp=131, 
teUncover3DDown=132, 
teUncover3DLeftUp=133, 
teUncover3DLeftDown=134, 
teUncover3DRightUp=135, 
teUncover3DRightDown=136,

teFlash=137,

teFlyThrough=138,
teOrbit=139,
teRotate=140