BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
fl.transitions.easing 

Strong  - AS3 Flash

(Beta)
Packagefl.transitions.easing
Classpublic class Strong
InheritanceStrong Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0, AIR 1.0

The Strong class defines three easing functions to implement motion with ActionScript animation. The acceleration of motion for a Strong easing equation is greater than for a Regular easing equation. The Strong class is identical to the fl.motion.easing.Quintic class in functionality.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
[static] The easeIn() method starts motion from zero velocity and then accelerates motion as it executes.
Strong
  
[static] The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity.
Strong
  
[static] The easeOut() method starts motion fast and then decelerates motion to a zero velocity as it executes.
Strong
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Method Detail