somewebmedia / hc-sticky

JavaScript library that makes any element on your page visible while you scroll.
https://somewebmedia.github.io/hc-sticky/
MIT License
463 stars 115 forks source link

Update() method can't work ???? #48

Closed kytosai closed 6 years ago

kytosai commented 6 years ago

I try setimeout to update top value from 10 to 30. But it cannot work ??? Demo: http://noibatdau.com/demo/Fix/demo_1.html

somewebmedia commented 6 years ago

Yeah it's definitely a bug. I'll fix it with the next release.

kytosai commented 6 years ago

I try fast view your source ...

I see: http://prntscr.com/j8bnk6

Change resetOptions(userSettings);

to resetOptions(stickyOptions);

I think it will be useful for you. Thank you ! I love this plugin !

somewebmedia commented 6 years ago

Thanks for your input, I appreciate it. I just pushed the latest version, the bug should be fixed now.