Packagefeathers.motion
Classpublic class Parallel
InheritanceParallel Inheritance Object

Product Version : Feathers 3.5.0

Combines multiple effects that play at the same time, in parallel.

See also

Effects and animation for Feathers components


Public Methods
 MethodDefined 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
Method Detail
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

Returns
Function