captivationsoftware/react-sticky

Can I change the sticky position?

Closed this issue · 2 comments

I use package to implement the similar stuff like the example http://rawgit.com/captivationsoftware/react-sticky/master/examples/stacked/index.html

But is there a way to change the sticky position instead of the top of viewport. I tried to set top attribute but that makes the animation disappear(I mean the next bar push up the previous bar).

+1 I tired make sticky elements relative but it does relative only to one of many StickyContainers and if i have only one scrollavble StikyContainer and many Stiky relative - i see only one... It looks like with current architecture it's impossible create nested in relative container - and it's very-very pitty(

vcarl commented

I think this is a dupe of #189? Going to close, will reopen if it's distinct.