captivationsoftware / react-sticky

<Sticky /> component for awesome React apps
MIT License
2.64k stars 385 forks source link

Sticky content flashing on scroll #197

Closed tegan-miller closed 7 years ago

tegan-miller commented 7 years ago

I added a topOffset value and my sticky contents are flashing in and out. It only happens when scrolling - sometimes when scrolling down but always when scrolling up.

has anyone else seen this issue?

tegan-miller commented 7 years ago

If anyone else has this issue I was passing the style object to a component inside my sticky container because I was relying on some of the sticky styles. By removing the style object from that component and adding the styles myself the flash went away.