Model.animateInf

Run an animation indefinitely.

class Model
void
animateInf
(
string type
,
Duration duration
)

Parameters

type string

Type of the animation

duration Duration

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

Meta