group
Defines a list of animation steps to be run in parallel.
group(steps: AnimationMetadata[], options: AnimationOptions = null): AnimationGroupMetadata
Parameters
steps
|
AnimationMetadata[] |
An array of animation step objects.
|
options
|
AnimationOptions |
An options object containing a delay and developer-defined parameters that provide styling defaults and can be overridden on invocation. Optional. Default is |
Returns
AnimationGroupMetadata
: An object that encapsulates the group data.
Usage notes
Grouped animations are useful when a series of styles must be animated at different starting times and closed off at different ending times.
When called within a sequence()
or a
transition()
call, does not continue to the next
instruction until all of the inner animation steps have completed.