Closed thochra closed 9 years ago
example with header : http://thochra.github.io/sticky/extended-events/index.html
Thanks! Thanks for adding an example as well.
You're welcome.
I just noticed that I've forgot the update
event in the example.
I'll trust you that it works. :wink:
If I get people complaining that this broke something, I'll tell them to yell at you.
Hello,
start
event is now triggered only once when the realstart
begins. It was flooding when bottom limit is reached and thetop
css property have to be updated to push up the sticked element.top
is updated afterstart
, theupdate
event have been added. So it floods likestart
did before.bottom-reached
is triggered when sticked element reached the bottom space limitbottom-unreached
is triggered when sticked element is not reaching the bottom space limitHope you will find this usefull...