Animations
Usage
Format
Animations can be altered using arguments provided to them. These depend on the animation type.
Order
All animations have an optional argument id
, which defines the order in which this animation is executed. By default all animations run at once, but by specifying an id
, animations will run in order.
Example:
Animations
typewriter
typewriter
Typewriter animation, where each letter is typed out one-by-one.
Last updated