Click or drag to resize

TransitionType_Flash Class

This transition type 'flashes' the properties a specified number of times, ending up by reverting them to their initial values. You specify the number of bounces and the length of each bounce.
Inheritance Hierarchy

Namespace:  Transitions
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class TransitionType_Flash : TransitionType_UserDefined

The TransitionType_Flash type exposes the following members.

Constructors
  NameDescription
Public methodTransitionType_Flash
You specify the number of bounces and the time taken for each bounce.
Top
Methods
  NameDescription
Public methodonTimer
Called to find the value for the movement of properties for the time passed in.
(Inherited from TransitionType_UserDefined.)
Public methodsetup
Sets up the transitions.
(Inherited from TransitionType_UserDefined.)
Top
See Also