wilsonpage / fastdom

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

purpose of V-1 beta? #68

Closed yairEO closed 8 years ago

yairEO commented 8 years ago

The README doesn't say what is the difference between that and Master, and why was it created.

Also, Is it safe to use in production?

wilsonpage commented 8 years ago

I'm working on a more refined version that drops some of the less useful APIs and adds a couple of useful things. I hardly have any spare itme to work on this, so progress is slow.

I'd love for you to try it out and give some feedback :)

magnumjs commented 8 years ago

How about a way to limit the frame rate? I'd like to not have a higher refresh rate than 30 fps.

paulirish commented 8 years ago

How about a way to limit the frame rate? I'd like to not have a higher refresh rate than 30 fps.

That's out of scope for this library. There are other libraries that can throttle your writes to every 33ms