左右に移動するブロックを、以下の三種類の方法で実装し並べた。
- CSS
animation
+transform:translateX()
- CSS
animation
+left
jQuery.fn.animate()
デモ:
やっぱりtransform
だとなめらか。
Go to list of users who liked
More than 5 years have passed since last update.
左右に移動するブロックを、以下の三種類の方法で実装し並べた。
animation
+ transform:translateX()
animation
+ left
jQuery.fn.animate()
デモ:
やっぱりtransform
だとなめらか。
Register as a new user and use Qiita more conveniently
Go to list of users who liked