Click or drag to resize

TransitionType_Bounce Class

This transition bounces the property to a destination value and back to the original value. It is accelerated to the destination and then decelerated back as if being dropped with gravity and bouncing back against gravity.
Inheritance Hierarchy

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

The TransitionType_Bounce type exposes the following members.

Constructors
  NameDescription
Public methodTransitionType_Bounce
Constructor. You pass in the total time taken for the 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