API Docs for: 1.0.0
Show:

gallery-anim-sequence Module

Manages a sequence of animations, so you don't have to chain them manually. Each item in the sequence can be a single animation, an array of animations to perform in parallel, a function which performs an immediate action, or a delay in milliseconds.

Pass sequence in the configuration to set the initial animation sequence.

This class exposes the same basic API as Y.Anim, so you can pass Y.AnimSequence to anything that just needs to run/pause/stop an animation.

This module provides the following classes: