Pacchetto | mx.effects.easing |
Classe | public class Exponential |
Ereditarietà | Exponential Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
[statico]
The easeIn() method starts motion slowly,
and then accelerates motion as it executes. | Exponential | ||
[statico]
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion slowly, accelerate motion, then decelerate. | Exponential | ||
[statico]
The easeOut() method starts motion fast,
and then decelerates motion as it executes. | Exponential | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione dei metodi
easeIn | () | metodo |
public static function easeIn(t:Number, b:Number, c:Number, d:Number):Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The easeIn()
method starts motion slowly,
and then accelerates motion as it executes.
Parametri
t:Number — Specifies time.
| |
b:Number — Specifies the initial position of a component.
| |
c:Number — Specifies the total change in position of the component.
| |
d:Number — Specifies the duration of the effect, in milliseconds.
|
Number — Number corresponding to the position of the component.
|
easeInOut | () | metodo |
public static function easeInOut(t:Number, b:Number, c:Number, d:Number):Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The easeInOut()
method combines the motion
of the easeIn()
and easeOut()
methods
to start the motion slowly, accelerate motion, then decelerate.
Parametri
t:Number — Specifies time.
| |
b:Number — Specifies the initial position of a component.
| |
c:Number — Specifies the total change in position of the component.
| |
d:Number — Specifies the duration of the effect, in milliseconds.
|
Number — Number corresponding to the position of the component.
|
easeOut | () | metodo |
public static function easeOut(t:Number, b:Number, c:Number, d:Number):Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The easeOut()
method starts motion fast,
and then decelerates motion as it executes.
Parametri
t:Number — Specifies time.
| |
b:Number — Specifies the initial position of a component.
| |
c:Number — Specifies the total change in position of the component.
| |
d:Number — Specifies the duration of the effect, in milliseconds.
|
Number — Number corresponding to the position of the component.
|
Tue Jun 12 2018, 02:44 PM Z