Search Docs
Loading...
Skip to content

Type Alias: AnimationOptions

type AnimationOptions = object;

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

Properties#

Property Type Description
in? AnimationEntry Animation when the element enters
loop? AnimationEntry Animation that loops while the element is visible
out? AnimationEntry Animation when the element exits