KevinBatdorf / liquidslider

A Responsive jQuery Content Slider
161 stars 63 forks source link

Full page slider - Possible to have unique full page background that slides as well? #109

Closed BradCoffield closed 9 years ago

BradCoffield commented 10 years ago

Right now there is a persistent body background and the content area slides over it (and has it's own background). Would it be possible to have the nav bar be the only persistent item and everything else slides? So, a unique background for each content area (as it is now) along with a unique outer background for each page...

Thanks.

KevinBatdorf commented 10 years ago

You can set the css of the wrapper something specific, then each individual slide something else. Is this what you mean?

BradCoffield commented 10 years ago

No, what I mean is having a different wrap background for each slide. Also the wrap background sliding along with the content... In that scenario only the nav bar wouldn't be sliding on click. Would that be possible? Thanks.

KevinBatdorf commented 10 years ago

Yes, It's just all CSS and adding extra divs. Just make the wrapper transparent, and set up each slide how you want. If you are trying to have slides move at different speeds (parallax) you could work that out as well, with a little bit of math and using the slider's API

BradCoffield commented 10 years ago

Thank you! I'll get to work on it.

On Thu, Mar 6, 2014 at 3:24 PM, Kevin Batdorf notifications@github.comwrote:

Yes, It's just all CSS and adding extra divs. Just make the wrapper transparent, and set up each slide how you want. If you are trying to have slides move at different speeds (parallax) you could work that out as well, with a little bit of math and using the slider's API

Reply to this email directly or view it on GitHubhttps://github.com/KevinBatdorf/liquidslider/issues/109#issuecomment-36932414 .