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
SystemObject
  TransitionsTransitionType_UserDefined
    TransitionsTransitionType_Flash

Namespace: Transitions
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
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