| Package | spark.effects.easing |
| Class | public final class EasingFraction |
| Inheritance | EasingFraction Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
easeInFraction property of the EaseInOutBase class.
More examples
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| IN : Number = 1 [static]
Specifies that the easing instance
spends the entire animation easing in. | EasingFraction | ||
| IN_OUT : Number = 0.5 [static]
Specifies that an easing instance
that eases in for the first half and eases out for the
remainder. | EasingFraction | ||
| OUT : Number = 0 [static]
Specifies that the easing instance
spends the entire animation easing out. | EasingFraction | ||
Constant Detail
IN | Constant |
public static const IN:Number = 1| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that the easing instance
spends the entire animation easing in. This is equivalent
to setting the easeInFraction property to 1.0.
IN_OUT | Constant |
public static const IN_OUT:Number = 0.5| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that an easing instance
that eases in for the first half and eases out for the
remainder. This is equivalent
to setting the easeInFraction property to 0.5.
OUT | Constant |
public static const OUT:Number = 0| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that the easing instance
spends the entire animation easing out. This is equivalent
to setting the easeInFraction property to 0.0.
Thu Dec 4 2014, 05:50 PM -08:00
