style
An option that implements different kinds of animation timing.
Overview
The default value is basic.
Styles
basicAnimates with steady motion.
playfulAnimates with whimsical motion.
wildAnimates with sporadic motion.
Declaration
uniform token style = "basic" (
allowedTokens = ["basic", "playful", "wild"]
)