LoginSignup
2
0

More than 5 years have passed since last update.

【備忘録】jQueryのcssプロパティ別 アニメーションのパフォーマンスの違い

Posted at

備忘録。

参考は以下。

https://www.html5rocks.com/ja/tutorials/speed/high-performance-animations/

結論から言うと、例えばカルーセルとか、アニメーションするときにイジるプロパティは
leftじゃなくてtransformの方がパフォーマンスが良いですよと言うお話。

アニメーション推奨プロパティは

  • translate
  • rotate
  • scale
  • opacity

らしい。

またcssアニメーションとjsのアニメーションでは
cssアニメーションの方がパフォーマンスは良いけど
jsみたいにいろんな制御はできないって言う比較も細かく書いてある。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0