Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
mx.effects.easing 

Bounce  - AS3 Flex

Pacchettomx.effects.easing
Classepublic class Bounce
EreditarietàBounce Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The Bounce class defines three easing functions to implement bounce motion with Flex effect classes. For more information, see http://www.robertpenner.com/profmx.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
Metodi pubblici
 MetodoDefinito da
  
[statico] The easeIn() method starts the bounce motion slowly, and then accelerates motion as it executes.
Bounce
  
[statico] The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the bounce motion slowly, accelerate motion, then decelerate.
Bounce
  
[statico] The easeOut() method starts the bounce motion fast, and then decelerates motion as it executes.
Bounce
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
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 the bounce 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.

Restituisce
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 bounce 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.

Restituisce
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 the bounce 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.

Restituisce
Number — Number corresponding to the position of the component.




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.