xy Sample

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

元記事を表示する