M2Animations Chain
Functions
Animates all three RGB channels of an AR geometry drawable to the given toColor in parallel.
Animates all three RGB channels of a HUD drawable to the given toColor in parallel.
Animates both the width and height of an outlined rectangle by a uniform percentage.
Animates both the width and height of a filled rectangle by a uniform percentage.
Animates the width and height of an outlined rectangle by independent percentages.
Animates the width and height of a filled rectangle by independent percentages.
Adds a pause before the next step.
Adds a block to run in parallel with the most recent step added via then.
Cross-fades from hudDrawable to replace by fading the source out during the first half and fading the replacement in during the second half of the duration.
Adds a nested M2AnimationsChain as a sequential step that runs after the previous step finishes.
Adds an M2Animator as a sequential step that runs after the previous step finishes.
Adds a block (scope) that will run sequentially after the previous block finishes.
Adds a nested M2AnimationsChain to run in parallel with the most recent step.
Adds an M2Animator to run in parallel with the most recent step.