Unit Transit

Classes

TSoundFileProp -
TTransitionEffect -

Functions

Register -

Types

TBGType
TTEAutoSize
TTETransition

Constants

Variables


Functions


procedure Register;


Types


TBGType = (btBitmap,btColor,btTransparant);

TTEAutoSize = (asFitWidth,asFitHeight,asFitBoth);
the much improved (and completely rewritten) version of the TTransitionEffect Control. Makes animated bitmap transitions easey created by Mathias Dellaert
TTETransition = (StretchFromLeft,StretchFromRight,StretchFromTop,
     StretchFromBottom,StretchFromTopLeft,StretchFromBottomRight,
     StretchFromXcenter,StretchFromYcenter,PushFromBottom,PushFromLeft,
     PushFromRight,PushFromTop,
     SlideFromLeft,SlideFromRight,SlideFromTop,SlideFromBottom,
     SlideFromTopLeft,SlideFromBottomRight,Zoom);
creating the transition Type

Constants


Variables