左右に移動するブロックを、以下の三種類の方法で実装し並べた。
- CSS
animation+transform:translateX() - CSS
animation+left jQuery.fn.animate()
デモ:
やっぱりtransformだとなめらか。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
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