Model.animate

Run an animation.

class Model
void
animate
(
string type
,
Duration duration
,
uint times = 1
)

Parameters

type string

Type of the animation.

duration Duration

Time it should take for one loop of the animation to complete.

times uint

How many times the animation should be ran.

Meta