harm-less / angular-sticky

Pure javascript AngularJS directive to make elements stick when scrolling
http://harm-less.github.io/angular-sticky
83 stars 38 forks source link

WIP - Sticky scrolling container #46

Open phazei opened 4 years ago

phazei commented 4 years ago

This actually does stick properly inside scrolling divs. All that remains is getting the positioning right for positioning the elements with css transform: translateY since position fixed doesn't work in scrolling divs

phazei commented 4 years ago

Put this here if someone else wants to complete it, not sure I'll get to it and it's pretty close...

harm-less commented 4 years ago

Hey @phazei,

Thanks for the effort of trying to make work. It's a lot of code changes and I'm not sure what's happening with Travis CI, but the build isn't passing.

You or someone else can definitely finish it up :)