oblador / angular-parallax

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

Is positioning of element need to be static? #20

Open dpocheketa opened 9 years ago

dpocheketa commented 9 years ago

I am implementing in my project code similar to an example but nothing work. Can it be any problems with absolute positioning elements?

oblador commented 9 years ago

Hi @dpocheketa,

Absolute positioned elements should work, however fixed elements would not. Can you post a plunker so I can investigate further?