loktar00 / react-lazy-load

React component that renders children elements when they enter the viewport.
MIT License
978 stars 166 forks source link

how can i do some thing when `offset` fit, and another when the block comes visable indeed? #108

Closed 879479119 closed 2 years ago

879479119 commented 7 years ago

I am working on a project which there are many forms (waterfall, and I want to make some request whenoffset is working, and play the animation of my charts when really reached the top

maybe nested ? performance?

thanks~