ImageEn, unit iexTransitions

TIEEffectInfo

TIEEffectInfo

Declaration

type
  TIETransitionCategory = (tcGeneral, tcWipes, tcSpecialWipes, tcCurvedWipes, tcAngledWipes, tcCenterWipes, tcInAndOuts,
                           tcShreds, tcBars, tcSlides, tcPushes, tcShrinks, tcExpands, tcMultiExpanders, tcRandoms,
                           tcRotates, tcWordEffects, tcOther, tcUnattractive);
  TIEEffectInfo = record
    Name: string;                      // Display name for transition
    Category: TIETransitionCategory;   // A categorization of the transition
    Overlay: Boolean;                  // If True, the transition is suitable when changing from one image to a modified version
                                       // of the same image (e.g. Image, then the same image with text applied). It is commonly
                                       // used to "Reveal" text, like in PowerPoint (e.g. Text fading in on a title page)
  end;