//複数のアニメーションを連結する場合はtimelineを使う tl = new TimelineLite() elem = document.getElementById 'id' tl.to(elem, 0.4, {bottom: '11px'}) .to(elem, 1, {bottom: 0})
0 件のコメント:
コメントを投稿