twobin/react-lazyload

Does LazyLoad work on components with 0 opacity?

Closed this issue · 1 comments

Hi, I am trying to lazy load images in a carousel which have an opacity of 0 when not being displayed. Is that possible with this library?

figure out a solution i did:

I just used display: none & opacity together to get the desired result.