replot / replot-treemap

replot-treemap: Intelligent and customizable treemap components for react.
http://replot.io/treemap/
MIT License
1 stars 0 forks source link

Shadow fix #13

Closed MFarejowicz closed 6 years ago

MFarejowicz commented 6 years ago

Implement "animated" shadows! Handled by a new property under the mapList in state, and uses a series of setTimeouts to achieve a semi-smooth transition of shadow opacities.

Also, since the shadow is dealt with under what used to be handleNest, I have renamed it handleClick since it is called after a click, and handles both nesting and shadows.

@sanjaypojo