ImageEn, unit iexTransitions

IETransitionList

IETransitionList

Declaration

  IETransitionList: array[1..MAX_TRANSITIONS] of TEffect = (

    (Name: 'Cross Fade';                                      Category: tcGeneral;           Overlay: True),
    (Name: 'Fade Out';                                        Category: tcUnattractive;      Overlay: False),
    (Name: 'Fade In';                                         Category: tcUnattractive;      Overlay: False),
    (Name: 'Fade Out then In';                                Category: tcGeneral;           Overlay: False),

    (Name: 'Wipe Left to Right';                              Category: tcWipes;             Overlay: True),
    (Name: 'Zigzag Wipe Left to Right';                       Category: tcAngledWipes;       Overlay: True),
    (Name: 'Wipe Right to Left';                              Category: tcWipes;             Overlay: True),
    (Name: 'Zigzag Wipe Right to Left';                       Category: tcAngledWipes;       Overlay: True),
    (Name: 'Wipe Top to Bottom';                              Category: tcWipes;             Overlay: True),
    (Name: 'Zigzag Wipe Top to Bottom';                       Category: tcAngledWipes;       Overlay: True),
    (Name: 'Wipe Bottom to Top';                              Category: tcWipes;             Overlay: True),
    (Name: 'Zigzag Wipe Bottom to Top';                       Category: tcAngledWipes;       Overlay: True),

    (Name: 'Slide from Top Left';                             Category: tcSlides;            Overlay: False),
    (Name: 'Slide from Top Right';                            Category: tcSlides;            Overlay: False),
    (Name: 'Slide from Bottom Left';                          Category: tcSlides;            Overlay: False),
    (Name: 'Slide from Bottom Right';                         Category: tcSlides;            Overlay: False)
    ,
    (Name: 'Push Left to Right';                              Category: tcPushes;            Overlay: False),
    (Name: 'Slide Out Left to Right';                         Category: tcSlides;            Overlay: False),
    (Name: 'Push Right to Left';                              Category: tcPushes;            Overlay: False),
    (Name: 'Slide Out Right to Left';                         Category: tcSlides;            Overlay: False),
    (Name: 'Push Top to Bottom';                              Category: tcPushes;            Overlay: False),
    (Name: 'Slide Out Top to Bottom';                         Category: tcSlides;            Overlay: False),
    (Name: 'Push Bottom to Top';                              Category: tcPushes;            Overlay: False),
    (Name: 'Slide Out Bottom to Top';                         Category: tcSlides;            Overlay: False),

    (Name: 'Random Points';                                   Category: tcRandoms;           Overlay: True),
    (Name: 'Random Boxes';                                    Category: tcRandoms;           Overlay: True),

    (Name: 'Wipe Out from Center';                            Category: tcWipes;             Overlay: True),
    (Name: 'Wipe In to Center';                               Category: tcWipes;             Overlay: True),
    (Name: 'Expand Out from Center';                          Category: tcExpands;           Overlay: False),
    (Name: 'Expand In to Center';                             Category: tcExpands;           Overlay: False),

    (Name: 'Expand from Left';                                Category: tcExpands;           Overlay: False),
    (Name: 'Expand from Right';                               Category: tcExpands;           Overlay: False),
    (Name: 'Expand from Top';                                 Category: tcExpands;           Overlay: False),
    (Name: 'Expand from Bottom';                              Category: tcExpands;           Overlay: False),
    (Name: 'Expand from Top Left';                            Category: tcExpands;           Overlay: False),
    (Name: 'Expand from Top Right';                           Category: tcExpands;           Overlay: False),
    (Name: 'Expand from Bottom Left';                         Category: tcExpands;           Overlay: False),
    (Name: 'Expand from Bottom Right';                        Category: tcExpands;           Overlay: False),
    (Name: 'Expand in from Left';                             Category: tcExpands;           Overlay: False),
    (Name: 'Expand in from Right';                            Category: tcExpands;           Overlay: False),
    (Name: 'Expand in from Top';                              Category: tcExpands;           Overlay: False),
    (Name: 'Expand in from Bottom';                           Category: tcExpands;           Overlay: False),
    (Name: 'Expand in to Vertical Center';                    Category: tcExpands;           Overlay: False),
    (Name: 'Expand in to Horizon';                            Category: tcExpands;           Overlay: False),
    (Name: 'Expand in from Sides';                            Category: tcExpands;           Overlay: False),
    (Name: 'Expand in from Top and Bottom';                   Category: tcExpands;           Overlay: False),
    (Name: 'Expand out from Horizon';                         Category: tcExpands;           Overlay: False),
    (Name: 'Expand out from Vertical Center';                 Category: tcExpands;           Overlay: False),

    (Name: 'Wipe from Top Left';                              Category: tcWipes;             Overlay: True),
    (Name: 'Wipe from Top Right';                             Category: tcWipes;             Overlay: True),
    (Name: 'Wipe from Bottom Left';                           Category: tcWipes;             Overlay: True),
    (Name: 'Wipe from Bottom Right';                          Category: tcWipes;             Overlay: True),
    (Name: 'Wipe in from Top and Bottom';                     Category: tcWipes;             Overlay: True),
    (Name: 'Wipe from Horizon';                               Category: tcWipes;             Overlay: True),
    (Name: 'Wipe in from Sides';                              Category: tcWipes;             Overlay: True),
    (Name: 'Wipe out from Vertical Center';                   Category: tcWipes;             Overlay: True),

    (Name: 'Build up from Left';                              Category: tcOther;             Overlay: False),
    (Name: 'Build up from Right';                             Category: tcOther;             Overlay: False),
    (Name: 'Build up from Top';                               Category: tcOther;             Overlay: False),
    (Name: 'Build up from Bottom';                            Category: tcOther;             Overlay: False),

    (Name: 'Unroll from Left';                                Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Unroll from Right';                               Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Unroll from Top';                                 Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Unroll from Bottom';                              Category: tcSpecialWipes;      Overlay: True),

    (Name: 'Slide in from Left';                              Category: tcSlides;            Overlay: False),
    (Name: 'Slide in from Right';                             Category: tcSlides;            Overlay: False),
    (Name: 'Slide in from Top';                               Category: tcSlides;            Overlay: False),
    (Name: 'Slide in from Bottom';                            Category: tcSlides;            Overlay: False),

    (Name: 'Shrink to Top Left';                              Category: tcShrinks;           Overlay: False),
    (Name: 'Shrink to Top Right';                             Category: tcShrinks;           Overlay: False),
    (Name: 'Shrink to Bottom Left';                           Category: tcShrinks;           Overlay: False),
    (Name: 'Shrink to Bottom Right';                          Category: tcShrinks;           Overlay: False),
    (Name: 'Shrink to Center';                                Category: tcShrinks;           Overlay: False),

    (Name: 'Quarters Wipe in to Center';                      Category: tcWipes;             Overlay: True),
    (Name: 'Quarters Expand to Center';                       Category: tcExpands;           Overlay: False),
    (Name: 'Quarters Slide in to Center';                     Category: tcSlides;            Overlay: False),

    (Name: 'Curved Wipe from Left';                           Category: tcCurvedWipes;       Overlay: True),
    (Name: 'Curved Wipe from Right';                          Category: tcCurvedWipes;       Overlay: True),
    (Name: 'Curved Wipe from Top';                            Category: tcCurvedWipes;       Overlay: True),
    (Name: 'Curved Wipe from Bottom';                         Category: tcCurvedWipes;       Overlay: True),

    (Name: 'Curved Wipe from Top Left';                       Category: tcCurvedWipes;       Overlay: True),
    (Name: 'Curved Wipe from Top Right';                      Category: tcCurvedWipes;       Overlay: True),
    (Name: 'Curved Wipe from Bottom Left';                    Category: tcCurvedWipes;       Overlay: True),
    (Name: 'Curved Wipe from Bottom Right';                   Category: tcCurvedWipes;       Overlay: True),

    (Name: 'Bars in from Left';                               Category: tcBars;              Overlay: True),
    (Name: 'Bars in from Right';                              Category: tcBars;              Overlay: True),
    (Name: 'Bars from Top';                                   Category: tcBars;              Overlay: True),
    (Name: 'Bars from Bottom';                                Category: tcBars;              Overlay: True),
    (Name: 'Bars Left then Right';                            Category: tcBars;              Overlay: True),
    (Name: 'Bars Right then Left';                            Category: tcBars;              Overlay: True),
    (Name: 'Bars Top then Bottom';                            Category: tcBars;              Overlay: True),
    (Name: 'Bars Bottom then Top';                            Category: tcBars;              Overlay: True),
    (Name: 'Bars from both Sides';                            Category: tcBars;              Overlay: True),
    (Name: 'Bars from Top and Bottom';                        Category: tcBars;              Overlay: True),

    (Name: 'Shredded from Left';                              Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Right';                             Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Top';                               Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Bottom';                            Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Top and Left';                      Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Top and Right';                     Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Bottom and Left';                   Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Bottom and Right';                  Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Horizon and Left';                  Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Horizon and Right';                 Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Top and Vertical Center';           Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Bottom and Vertical Center';        Category: tcShreds;            Overlay: True),
    (Name: 'Shredded from Center';                            Category: tcShreds;            Overlay: True),
    (Name: 'Shredded to Center';                              Category: tcShreds;            Overlay: True),
    (Name: 'Shredded in to Horizon';                          Category: tcShreds;            Overlay: True),
    (Name: 'Shredded in to Vertical Center';                  Category: tcShreds;            Overlay: True),
    (Name: 'Shredded out from Horizon';                       Category: tcShreds;            Overlay: True),
    (Name: 'Shredded out from Vertical Center';               Category: tcShreds;            Overlay: True),

    (Name: 'Expanding Rectangles';                            Category: tcMultiExpanders;    Overlay: True),
    (Name: 'Expanding Triangles';                             Category: tcMultiExpanders;    Overlay: True),
    (Name: 'Expanding Circles';                               Category: tcMultiExpanders;    Overlay: True),
    (Name: 'Expanding Diamonds';                              Category: tcMultiExpanders;    Overlay: True),

    (Name: 'Circular Wipe from Center';                       Category: tcCenterWipes;       Overlay: True),
    (Name: 'Circular Wipe to Center';                         Category: tcCenterWipes;       Overlay: True),

    (Name: 'Crisscross Wipe from Top Left';                   Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Top Right';                  Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Bottom Left';                Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Bottom Right';               Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe Bounce from Top Left';            Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe Bounce from Top Right';           Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe Bounce from Bottom Left';         Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe Bounce from Bottom Right';        Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Left Right and Top';         Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Left Right and Bottom';      Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Left Top and Bottom';        Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Top Left Right and Bottom';  Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Right Top and Bottom';       Category: tcBars;              Overlay: True),
    (Name: 'Crisscross Wipe from Bottom Left Top Right';      Category: tcBars;              Overlay: True),

    (Name: 'Wipe diagonal from Top Left';                     Category: tcAngledWipes;       Overlay: True),
    (Name: 'Wipe diagonal from Top Right';                    Category: tcAngledWipes;       Overlay: True),
    (Name: 'Wipe diagonal from Bottom Left';                  Category: tcAngledWipes;       Overlay: True),
    (Name: 'Wipe diagonal from Bottom Right';                 Category: tcAngledWipes;       Overlay: True),

    (Name: 'Diagonal Sweep Clockwise';                        Category: tcRotates;           Overlay: True),
    (Name: 'Diagonal Sweep Counter-Clockwise';                Category: tcRotates;           Overlay: True),
    (Name: 'Half Sweep Clockwise';                            Category: tcRotates;           Overlay: True),
    (Name: 'Half Sweep Counter-Clockwise';                    Category: tcRotates;           Overlay: True),

    (Name: 'Starburst Clockwise';                             Category: tcRotates;           Overlay: True),
    (Name: 'Starburst Counter-Clockwise';                     Category: tcRotates;           Overlay: True),

    (Name: 'Rotational Rectangle Clockwise';                  Category: tcRotates;           Overlay: False),
    (Name: 'Rotational Rectangle Counter-Clockwise';          Category: tcRotates;           Overlay: False),
    (Name: 'Rotational Star Clockwise';                       Category: tcRotates;           Overlay: True),
    (Name: 'Rotational Star Counter-Clockwise';               Category: tcRotates;           Overlay: True),

    (Name: 'Speckled Wipe from Left';                         Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Speckled Wipe from Right';                        Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Speckled Wipe from Top';                          Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Speckled Wipe from Bottom';                       Category: tcSpecialWipes;      Overlay: True),

    (Name: 'Push Left and Slide out';                         Category: tcPushes;            Overlay: False),
    (Name: 'Push Right and Slide out';                        Category: tcPushes;            Overlay: False),
    (Name: 'Push up and Slide out';                           Category: tcPushes;            Overlay: False),
    (Name: 'Push down and Slide out';                         Category: tcPushes;            Overlay: False),

    (Name: 'Push and Squeeze Left';                           Category: tcPushes;            Overlay: False),
    (Name: 'Push and Squeeze Right';                          Category: tcPushes;            Overlay: False),
    (Name: 'Push and Squeeze up';                             Category: tcPushes;            Overlay: False),
    (Name: 'Push and Squeeze down';                           Category: tcPushes;            Overlay: False),

    (Name: 'Horizontal Blinds';                               Category: tcOther;             Overlay: True),
    (Name: 'Vertical Blinds';                                 Category: tcOther;             Overlay: True),

    (Name: 'Uneven Blinds from Left';                         Category: tcOther;             Overlay: True),
    (Name: 'Uneven Blinds from Right';                        Category: tcOther;             Overlay: True),
    (Name: 'Uneven Blinds from Top';                          Category: tcOther;             Overlay: True),
    (Name: 'Uneven Blinds from Bottom';                       Category: tcOther;             Overlay: True),

    (Name: 'Wide Bars from the Left';                         Category: tcBars;              Overlay: True),
    (Name: 'Wide Bars from the Right';                        Category: tcBars;              Overlay: True),
    (Name: 'Wide Bars from the Top';                          Category: tcBars;              Overlay: True),
    (Name: 'Wide Bars from the Bottom';                       Category: tcBars;              Overlay: True),

    (Name: 'Spiralling Rectangle Clockwise';                  Category: tcRotates;           Overlay: False),
    (Name: 'Spiralling Rectangle Counter-Clockwise';          Category: tcRotates;           Overlay: False),

    (Name: 'Arrow Wipe from Left';                            Category: tcAngledWipes;       Overlay: True),
    (Name: 'Arrow Wipe from Right';                           Category: tcAngledWipes;       Overlay: True),
    (Name: 'Arrow Wipe from Top';                             Category: tcAngledWipes;       Overlay: True),
    (Name: 'Arrow Wipe from Bottom';                          Category: tcAngledWipes;       Overlay: True),

    (Name: 'Horizontal Bow Tie Wipe';                         Category: tcAngledWipes;       Overlay: True),
    (Name: 'Vertical Bow Tie Wipe';                           Category: tcAngledWipes;       Overlay: True),

    (Name: 'Diagonal Cross from Center';                      Category: tcCenterWipes;       Overlay: True),
    (Name: 'Diagonal Cross to Center';                        Category: tcCenterWipes;       Overlay: True),

    (Name: 'Zigzag Wipe from Horizon';                        Category: tcAngledWipes;       Overlay: True),
    (Name: 'Zigzag Wipe from Vertical Center';                Category: tcAngledWipes;       Overlay: True),

    (Name: 'Diamond Wipe from Center';                        Category: tcCenterWipes;       Overlay: True),
    (Name: 'Diamond Wipe to Center';                          Category: tcCenterWipes;       Overlay: True),

    (Name: 'Diamond Wipe In and Out';                         Category: tcInAndOuts;         Overlay: True),
    (Name: 'Rotational Triangular Wipe';                      Category: tcRotates;           Overlay: True),

    (Name: 'Random Big Boxes';                                Category: tcRandoms;           Overlay: True),

    (Name: 'Page Flip';                                       Category: tcGeneral;           Overlay: False),
    (Name: '3D Page Flip';                                    Category: tcGeneral;           Overlay: False),
    (Name: 'Reverse Page Flip';                               Category: tcGeneral;           Overlay: False),
    (Name: '3D Reverse Page Flip';                            Category: tcGeneral;           Overlay: False),

    (Name: 'Zigzag Wipe To Horizon';                          Category: tcAngledWipes;       Overlay: True),
    (Name: 'Zigzag Wipe To Vertical Center';                  Category: tcAngledWipes;       Overlay: True),

    (Name: 'Random Hearts';                                   Category: tcRandoms;           Overlay: True),
    (Name: 'Random 5 Pointed Stars';                          Category: tcRandoms;           Overlay: True),
    (Name: 'Random 6 Pointed Stars';                          Category: tcRandoms;           Overlay: True),
    (Name: 'Random Explosions';                               Category: tcRandoms;           Overlay: True),

    (Name: 'Expanding Hearts';                                Category: tcMultiExpanders;    Overlay: True),
    (Name: 'Expanding 5 Pointed Stars';                       Category: tcMultiExpanders;    Overlay: True),
    (Name: 'Expanding 6 Pointed Stars';                       Category: tcMultiExpanders;    Overlay: True),
    (Name: 'Expanding Explosions';                            Category: tcMultiExpanders;    Overlay: True),
    (Name: 'Expanding Lightning Bolts';                       Category: tcMultiExpanders;    Overlay: True),

    (Name: 'Heart Wipe from Center';                          Category: tcCenterWipes;       Overlay: True),
    (Name: 'Heart Wipe to Center';                            Category: tcCenterWipes;       Overlay: True),
    (Name: '5 Pointed Star Wipe from Center';                 Category: tcCenterWipes;       Overlay: True),
    (Name: '5 Pointed Star Wipe to Center';                   Category: tcCenterWipes;       Overlay: True),
    (Name: '6 Pointed Star Wipe from Center';                 Category: tcCenterWipes;       Overlay: True),
    (Name: '6 Pointed Star Wipe to Center';                   Category: tcCenterWipes;       Overlay: True),
    (Name: 'Explosion Wipe from Center';                      Category: tcCenterWipes;       Overlay: True),
    (Name: 'Explosion Wipe to Center';                        Category: tcCenterWipes;       Overlay: True),
    (Name: 'Cross Wipe from Center';                          Category: tcCenterWipes;       Overlay: True),
    (Name: 'Cross Wipe to Center';                            Category: tcCenterWipes;       Overlay: True),

    (Name: 'Heart Wipe In and Out';                           Category: tcInAndOuts;         Overlay: True),
    (Name: '5 Pointed Star Wipe In and Out';                  Category: tcInAndOuts;         Overlay: True),
    (Name: '6 Pointed Star Wipe In and Out';                  Category: tcInAndOuts;         Overlay: True),
    (Name: 'Explosion Wipe In and Out';                       Category: tcInAndOuts;         Overlay: True),

    (Name: 'Cube Rotate from Left';                           Category: tcGeneral;           Overlay: True),
    (Name: 'Cube Rotate from Right';                          Category: tcGeneral;           Overlay: True),
    (Name: 'Cube Rotate from Top';                            Category: tcGeneral;           Overlay: True),
    (Name: 'Cube Rotate from Bottom';                         Category: tcGeneral;           Overlay: True),

    (Name: 'Soft Wipe from Left';                             Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Soft Wipe from Right';                            Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Soft Wipe from Top';                              Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Soft Wipe from Bottom';                           Category: tcSpecialWipes;      Overlay: True),

    (Name: 'Twist In';                                        Category: tcAngledWipes;       Overlay: True),
    (Name: 'Twist Out';                                       Category: tcAngledWipes;       Overlay: True),
    (Name: 'Multiple Twist In';                               Category: tcAngledWipes;       Overlay: True),
    (Name: 'Multiple Twist Out';                              Category: tcAngledWipes;       Overlay: True),

    (Name: 'Random Puzzle Pieces';                            Category: tcRandoms;           Overlay: True),

    (Name: 'Pacman Devours from Left';                        Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Pacman Devours from Right';                       Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Pacman Devours Three Rows';                       Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Pacman Devours Four Rows';                        Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Two Simultaneous Rows of Pacman';                 Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Four Simultaneous Rows of Pacman';                Category: tcSpecialWipes;      Overlay: True),
    (Name: 'Six Simultaneous Rows of Pacman';                 Category: tcSpecialWipes;      Overlay: True),

    (Name: 'Full Sweep Clockwise';                            Category: tcRotates;           Overlay: True),
    (Name: 'Expanding Sweep Clockwise';                       Category: tcRotates;           Overlay: True),

    (Name: '3D Cube Rotate from Left';                        Category: tcGeneral;           Overlay: True),
    (Name: '3D Cube Rotate from Right';                       Category: tcGeneral;           Overlay: True),
    (Name: '3D Cube Rotate from Top';                         Category: tcGeneral;           Overlay: True),
    (Name: '3D Cube Rotate from Bottom';                      Category: tcGeneral;           Overlay: True),

    (Name: 'Random Boxes with Word';                          Category: tcWordEffects;       Overlay: False),
    (Name: 'Random Letters of Word';                          Category: tcWordEffects;       Overlay: False),
    (Name: 'Expanding Letters of Word';                       Category: tcWordEffects;       Overlay: False),
    (Name: 'Word Wipe from Center';                           Category: tcWordEffects;       Overlay: False),
    (Name: 'Word Wipe to Center';                             Category: tcWordEffects;       Overlay: False),
    (Name: 'Word Wipe In and Out';                            Category: tcWordEffects;       Overlay: False),
    (Name: 'Half Sweep with Word';                            Category: tcWordEffects;       Overlay: False),
    (Name: 'Full Sweep with Word';                            Category: tcWordEffects;       Overlay: False),
    (Name: 'Expanding Sweep with Word';                       Category: tcWordEffects;       Overlay: False)
    );