0

Sometimes jQuery animations of elements seem to perform worse (fps-wise) than other elements. A very simple example would be if you have a very complicated DOM that you are trying to move around vs a very simple DOM.

Are there any lesser-known rules that greatly affect the performance of your animations, but might be easy to omit?

Dirk Boer
  • 8,522
  • 13
  • 63
  • 111

1 Answers1

1

There is some great information about browser performance at jankfree.org

dc5
  • 12,341
  • 2
  • 35
  • 47