oblador / angular-parallax

Lightweight & performant parallax scrolling for angular.js.
http://oblador.github.io/angular-parallax/
MIT License
203 stars 44 forks source link

Stop Scrolling at Viewport Top #19

Closed anubisthejackle closed 9 years ago

anubisthejackle commented 9 years ago

I'm wondering if someone could provide an example where you have a list of sections, and scroll through them, but stop the container at the top of the viewport.

Example: http://muse.adobe.com/

lelandcope commented 9 years ago

+1

oblador commented 9 years ago

@lelandcope: Try the min argument of parallaxHelper.createAnimator(easingFactor, max, min, offset);.

lelandcope commented 9 years ago

Perfect thank you for the reply. Not sure how I missed that but its exactly what I needed.