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

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

Inheritance diagram for VerticalSlide:
ContinuousTransition Transition ContentModule Module VerticalSlideAndFade

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 animation.

Member Function Documentation

◆ Process()

override void Process ( float value)
protectedvirtual

Processes the animation.

Parameters
valueThe progress of the animation.

Reimplemented from ContinuousTransition.

Reimplemented in VerticalSlideAndFade.

◆ SetProgress()

override void SetProgress ( float value)
virtual

Sets the progress of the animation.

Parameters
valueThe progress of the animation.

Reimplemented from ContinuousTransition.

Reimplemented in VerticalSlideAndFade.