wilsonpage / fastdom

Eliminates layout thrashing by batching DOM measurement and mutation tasks
6.83k stars 240 forks source link

[Please help] Whats FastDom? #61

Closed dalisoft closed 9 years ago

dalisoft commented 9 years ago

Hi all, i have some question.

  1. FastDom optimizes Chrome Timeline (aka FPS)?
  2. How to use this in animation engine?
  3. This is optimizes my animation fps?
wilsonpage commented 9 years ago

FastDom schedules your DOM read and write operations to help prevent layout thrashing. If you want to find out more about layout thrashing, I wrote a more detailed article on it :)