新機能:$() 相対値指定サンプル

Tween24.serial(
  Tween24.tween("#box", 1, Ease24._6_ExpoInOut).x$(100),
  Tween24.tween("#box", 1, Ease24._6_ExpoInOut).y$(100),
  Tween24.tween("#box", 1, Ease24._6_ExpoInOut).x$(0),
  Tween24.tween("#box", 1, Ease24._6_ExpoInOut).y$(0),
).play();

元記事を表示する