adchsm / Slidebars

Slidebars is a jQuery Framework for Off-Canvas Menus and Sidebars into your website or web app.
http://www.adchsm.com/slidebars/
MIT License
1.5k stars 307 forks source link

Can Slidebars become compatible with parallax.js #227

Open kubik101 opened 8 years ago

kubik101 commented 8 years ago

I'm really loving Slidebars. I am always on the hunt for the most flexible and easy to use off canvas plugins and this is one of the best I've found to date.

So in that light, I have been plugging in the popular plugins to see if anything will break and everything is working nicely so far (MasterSlider, Isotope etc).

One issue I have found is Slidebars isn't compatible with parallax.js : http://pixelcog.github.io/parallax.js/

I think it is due to parallax.js statement here:

What parallax.js will do is create a fixed-position element for each parallax image at the start of the document’s body. This mirror element will sit behind the other elements and match the position and dimensions of its target object.

Please please please do you think there is a chance Slidebars could become compatible with parallax.js? Or does it break/conflict with Slidebars core framework?

kubik101 commented 8 years ago

Hey mate, just bumping this. Interested in your response. So hoping this could work with parallax. Cheers. =)

zhrance commented 8 years ago

I'm experiencing the same issue. Also created a new issue that is related to this. Really looking forward for a reply/fix. Will let you know when I find a proper solution.

kubik101 commented 8 years ago

Just a heads up for anyone following.

I have been working on seperate parallax project (not using slide bars) and opted for this parallax approach coz it's smoother in safari: https://ianlunn.co.uk/plugins/jquery-parallax/

I am yet to try it with SlideBars but would be worth a try (I will report answer after I have tested).

=)

kubik101 commented 8 years ago

I can confirm that the before mentioned parallax alternative does not play well with SlideBars.

Adam (adchsm) if you have time I would be happy to set you up an example for you so you can perhaps see if it can be tweaked so that we have a working parallax solution that plays nicely with SlideBars.

Thoughts?

MrTeapot commented 7 years ago

I am also trying to make this work with parallax. Any ideas?

webfolkcreative commented 7 years ago

I was able to get it to work. If I recall correctly it had something to do with transitions. I will post my solution in the next couple of days for those who are still interested. :)