start event is now triggered only once when the real start begins. It was flooding when bottom limit is reached and the top css property have to be updated to push up the sticked element.
To keep the event triggering when top is updated after start, the update event have been added. So it floods like start did before.
bottom-reached is triggered when sticked element reached the bottom space limit
bottom-unreached is triggered when sticked element is not reaching the bottom space limit
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...