Package | feathers.motion |
Class | public class Parallel |
Inheritance | Parallel Object |
Product Version : | Feathers 3.5.0 |
See also
Method | Defined By | ||
---|---|---|---|
createParallelEffect(effect1:Function, effect2:Function, ... rest):Function [static]
Creates an effect function that combines multiple effect functions
that will play at the same time, in parallel. | Parallel |
createParallelEffect | () | method |
public static function createParallelEffect(effect1:Function, effect2:Function, ... rest):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function that combines multiple effect functions that will play at the same time, in parallel.
Parameters
effect1:Function | |
effect2:Function | |
... rest |
Function |