Animations

Animations may be triggered by Each animation, if there is one, is given as a name which is a prefix for that animation's settings. The animation's type, (prefix)Type, determines what it looks like, and may imply some additional settings.
(prefix)Type [animation-type]
Mandatory setting
The animation's type. See animation types.
(prefix)Duration [int]
Default: 500
How long the animation takes to complete, in milliseconds. Changing the duration does not change the animation's appearance, it only makes it play slower or faster.
(prefix)Direction [up|down|left|right|auto]
Default: Auto
For slide animations, the direction of the slide (reversed for slide out). If set to auto, depends on the window's AnimationDirection setting.
(prefix)Steps [animation-list]
Mandatory setting where applicable
Applies to: sequence animations
For sequence animations, the list of animation steps that make up the whole animation.

Animation Types