delay property

Duration delay
final

A duration to delay before starting the animation. Unlike Effect.delay, this is not a part of the overall animation, and only runs once if the animation is looped.

Implementation

final Duration delay;