Smart Gallery v1.1
 
Loading...
Searching...
No Matches
VerticalSlideAndFade Class Reference

Class for switching content with a vertical slide and fade animation. More...

Inheritance diagram for VerticalSlideAndFade:
VerticalSlide ContinuousTransition Transition ContentModule Module

Public Member Functions

override void ResetProgress ()
 Resets the progress of the animation.
 
override void SetProgress (float value)
 Sets the progress of the animation.
 

Protected Member Functions

override void Finish ()
 Finalizes the animation process.
 
override void PrepareAnimation ()
 Prepares the content for the animation process.
 
override void Process (float value)
 Processes the animation.
 

Additional Inherited Members

Detailed Description

Class for switching content with a vertical slide and fade animation.

Member Function Documentation

◆ Process()

override void Process ( float value)
protectedvirtual

Processes the animation.

Parameters
valueThe progress of the animation.

Reimplemented from VerticalSlide.

◆ SetProgress()

override void SetProgress ( float value)
virtual

Sets the progress of the animation.

Parameters
valueThe progress of the animation.

Reimplemented from VerticalSlide.