" (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

🔹 "<" (less-than)

👉 Örnek:

tl.to(".box1", {x: 100, duration: 1})  // 0s → 1s
  .to(".box2", {x: 200, duration: 1}, "<"); // 0s → 1s

🔑 Özet