Search
Loading...
Skip to content

Type Alias: AnimationOptions

type AnimationOptions = object;

Options for configuring animations (in, loop, out animations).

Properties#

PropertyTypeDescription
in?AnimationEntryAnimation when the element enters
loop?AnimationEntryAnimation that loops while the element is visible
out?AnimationEntryAnimation when the element exits