Package | feathers.motion |
Class | public class Sequence |
Inheritance | Sequence Object |
Product Version : | Feathers 3.5.0 |
See also
Method | Defined 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 |
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 |
Function |