fadeIn Sample

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

元記事を表示する