oblador / angular-parallax

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

Parallax inside scrollable div #8

Open websirnik opened 10 years ago

websirnik commented 10 years ago

If I specify parallaxable elements inside scrollable div, it does not work. Am I missing anything?

oblador commented 10 years ago

It currently only listens to scroll events on the document level. Might add support for sub elements since angular-scroll now supports it, but it might require more markup and some refactoring.

AJeezy9 commented 10 years ago

+1