Jquery parallax tutorial?

I need to use jquery parallax on the website that I create for the client, I am mainly a developer, so I am more versed in the interface and jquery, etc. I have come across examples like http://www.nikebetterworld.com/ and tutorials, but I am worried about copyright issues, so I was wondering if anyone had opened a reliable and easy primer to create a parallax effect? Thanks

+8
jquery parallax
source share
6 answers

I'm very late to the party, but just to drop another one there for shameless self-promotion :) I put a simple tutorial together a few days ago:

http://blog.fraser-hart.co.uk/jquery-parallax-scrolling/

If you have any questions about anything, feel free to write me a message and I can tell you everything you are not sure about.

+15
source share
+4
source share

I just finished work on one just yesterday :) you should consider using: http://johnpolacek.github.com/scrolldeck.js/ or http://www.jarallax.com/demo/ (works on android) # completely new project, so it is still being developed

for easily customizable scroll points, you can use this: http://cssdeck.com/labs/swayiqbq/2 (its quite useful when overriding the default scroll points (which comes from the slide to move around scrolldeck.js))

I'm not sure if you work only with code, or you do both graphics and code, if this is the first scenario, you should direct your designer to how this thing works in order to really use the parallax effect. In addition, everything looks just as attractive in 1920x1080, as in 1024x768, it can be complicated in some cases.

+3
source share

try this too :) very easy to use and configure http://johnpolacek.github.com/scrolldeck.js/

+3
source share

Here I have compiled some of the best parallax scrolling lessons from various sites, you can learn from there. Here's the link http://www.andwecode.com/tutorials/parallax-scrolling-tutorials/

0
source share

All Articles