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

Class for switching content with a fade effect. More...

Inheritance diagram for Fade:
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 fade effect.

Member Function Documentation

◆ Process()

override void Process ( float value)
protectedvirtual

Processes the animation.

Parameters
valueThe progress of the animation.

Reimplemented from ContinuousTransition.

◆ SetProgress()

override void SetProgress ( float value)
virtual

Sets the progress of the animation.

Parameters
valueThe progress of the animation.

Reimplemented from ContinuousTransition.