Contents

style

An option that implements different kinds of animation timing.

Overview

The default value is basic.

Styles

basic

Animates with steady motion.

playful

Animates with whimsical motion.

wild

Animates with sporadic motion.

Declaration

uniform token style = "basic" (
    allowedTokens = ["basic", "playful", "wild"]
)

See Also

Properties