You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose the addition of a new feature to this project that I'll refer to as "Element on Stick Action." This feature would enhance the ability to manage elements as they become sticky during scrolling.
I believe that implementing the "Element on Stick Action" feature would be a valuable addition to the project, and I'm open to contributing or collaborating on its implementation.
Thank you!
The text was updated successfully, but these errors were encountered:
This is a great idea, they're actually bringing it into vanilla css at some point as we speak. The problem with doing it in js is the use of intersection observer. It's another thing to compute. The main issue with doing this (for my self anyway) is that what if the element is in two containers each with top padding. That is something I wouldn't know how to implement, but I’d be up for the challenge
Sure @SharifClick for the idea. Can you share more details regarding this like any other library or website you this in action? Also please feel free to contribute to this library by raising a PR, I will be happy to merge it.
I propose the addition of a new feature to this project that I'll refer to as "Element on Stick Action." This feature would enhance the ability to manage elements as they become sticky during scrolling.
I believe that implementing the "Element on Stick Action" feature would be a valuable addition to the project, and I'm open to contributing or collaborating on its implementation.
Thank you!
The text was updated successfully, but these errors were encountered: