oblador / angular-parallax

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

Have problem with Foundation CSS #9

Closed phuongnd08 closed 10 years ago

phuongnd08 commented 10 years ago

I'm trying to mix angular-parallax with foundation css but the animation is flickering. As soon as I remove foundation css, angular parallax works fine again. Could you have some insight?

oblador commented 10 years ago

Don't have any experience with foundation so I don't know. Maybe there's a css transition somewhere that interferes with the js animation? Maybe foundation is too bloated that reflows become super slow?

phuongnd08 commented 10 years ago

I've seen people successfully used stellar.js with foundation so I guess there should be a way for angular-parallax and foundation to work together.

phuongnd08 commented 10 years ago

I'm switching over to bootstrap and it works fine. I guess bootstrap support is good enough for me.