:: com :: sun :: star :: presentation ::

enum AnimationSpeed
Description
specifies the speed values of animation/fade effects.

Values
SLOW set the speed from the animation/fade to slow.  
MEDIUM set the speed from the animation/fade to medium.  
FAST set the speed from the animation/fade to fast.  
Values' Details
SLOW
SLOW,
Description
set the speed from the animation/fade to slow.
MEDIUM
MEDIUM,
Description
set the speed from the animation/fade to medium.
FAST
FAST,
Description
set the speed from the animation/fade to fast.
Top of Page