" (greater-than)"> " (greater-than)"> " (greater-than)">
">"
(greater-than)👉 Örnek:
tl.to(".box1", {x: 100, duration: 1}) // 0s → 1s
.to(".box2", {x: 200, duration: 1}, ">"); // 1s → 2s
.box2
animasyonu tam olarak .box1
bittikten sonra başlar."<"
(less-than)👉 Örnek:
tl.to(".box1", {x: 100, duration: 1}) // 0s → 1s
.to(".box2", {x: 200, duration: 1}, "<"); // 0s → 1s
.box1
ve .box2
aynı anda başlar.">"
→ Önceki animasyonun bitiminde başlat."<"
→ Önceki animasyonun başlangıcında başlat.