SpiderStrategies / kalpa-tree

A tree implementation backed by D3
http://spiderstrategies.github.io/kalpa-tree/
ISC License
4 stars 2 forks source link

Improve initial tree rendering by coalesing redraws using #445

Closed nathanbowser closed 5 years ago

nathanbowser commented 5 years ago

requestanimationframe.

For findings in https://github.com/SpiderStrategies/Scoreboard/issues/22641

nathanbowser commented 5 years ago

I have to adjust tests, but here is a working PR.

jerryorr commented 5 years ago

+1 requestAnimationFrame was a good choice

mattsgarlata commented 5 years ago

+1