Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parallax Multiple CSS Backgrounds

I've seen a lot of solutions for parallaxing layered divs or sections with background images...I was hoping someone had a solution or knowledge of an existing plugin for parallaxing a div / section with multiple CSS backgrounds, eg:

background: url(foo.png), url(foo2.png), url(foo3.png);
background-position: x x, x x, x x;
like image 248
Guy Meyer Avatar asked Nov 08 '12 22:11

Guy Meyer


1 Answers

I do not have an answer (nor the reputation to comment on the previous) but know that Stellar.js is unfortunately (still) not capable of exactly what you’re after: https://github.com/markdalgleish/stellar.js/issues/45

Stellar.js requires multiple elements to work.

like image 69
Jason Hibbs Avatar answered Nov 15 '22 17:11

Jason Hibbs