void CBCGPPropertySheet::EnablePageTransitionEffect | ( | CBCGPPageTransitionManager::BCGPPageTransitionEffect | effect, |
int | nTime = 300 , |
||
BCGPAnimationType | animationType = BCGPANIMATION_AccelerateDecelerate , |
||
CBCGPAnimationManagerOptions * | pAnimationOptions = NULL , |
||
BOOL | bIsFirstPageTransition = FALSE |
||
) |
Enables the page transition effect.
effect | The effect. |
nTime | The transition time (in milliseconds, default value is 300) |
animationType | Type of the animation. |
pAnimationOptions | (Optional) If non-null, options for controlling the animation. |
bIsFirstPageTransition | (Optional) Specifies whether a first page should be displayed with transition effect. |