serial Sample



Tween24.serial(
  Tween24.tween(".box1", 1, Ease24._6_ExpoInOut).x(300).opacity(1),
  Tween24.tween(".box2", 1, Ease24._6_ExpoInOut).x(300).opacity(1),
  Tween24.tween(".box3", 1, Ease24._6_ExpoInOut).x(300).opacity(1)
).play();
.box {
  width: 50px;
  height: 50px;
  background: #0cf;
  opacity: 0;
}

元記事を表示する