Packagefeathers.motion
Classpublic class Sequence
InheritanceSequence Inheritance Object

Product Version : Feathers 3.5.0

Combines multiple effects that play one after another in sequence.

See also

Effects and animation for Feathers components


Public Methods
 MethodDefined By
  
createSequenceEffect(effect1:Function, effect2:Function, ... rest):Function
[static] Creates an effect function that combines multiple effect functions that will play one after another, in sequence.
Sequence
Method Detail
createSequenceEffect()method
public static function createSequenceEffect(effect1:Function, effect2:Function, ... rest):Function

Product Version : Feathers 3.5.0

Creates an effect function that combines multiple effect functions that will play one after another, in sequence.

Parameters

effect1:Function
 
effect2:Function
 
... rest

Returns
Function