Timeline Repeat

Master repeating animations with infinite loops, yoyo effects, and repeat delays

Infinite Repeat

repeat: -1, yoyo: true

Repeat 3 Times

repeat: 3, yoyo: true, repeatDelay: 0.5

Repeat with Delay

repeat: -1, repeatDelay: 1

Yoyo Effect

Animation plays forward then backward

Complex Pattern

Square path with infinite repeat

🔄

Repeat

Set repeat: -1 for infinite, or any number for specific repeats

↔️

Yoyo

yoyo: true plays animation forward then backward

⏱️

Repeat Delay

repeatDelay adds pause time between repeats