akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.72k stars 2.1k forks source link

show a spinner before the image lazy loads #1629

Open ericjoy94 opened 5 years ago

ericjoy94 commented 5 years ago

I am using react-slick to show a bunch of carousels on the page. The carousels slides are lazy loaded by adding the lazyLoad:'onDemand' to the settings in the carousel. Now I wish to add a spinner before the image loads in the slides. I am not very sure how to do this.

minicopper commented 5 years ago

i want to show a placeholder image before the image lazyload ,i don't have a good idea ,wish to add a image placeholder

ericjoy94 commented 4 years ago

Any updates ?

ericjoy94 commented 4 years ago

Can it be a possibilty to use IntersectionObserver API