Parallax is an effect that causes the position or direction of an object to appear to change when viewed from different positions, e.g., through the viewfinder and the lens of a camera.
2
votes
0answers
61 views
HTML5 Parallax Scrolling utility using canvas
I have created a utility to create scrolling parallax backgrounds.
...
2
votes
0answers
109 views
Parallax multibrowser jQuery plugin
I'm working on website with a parallax effect. The jQuery code is working, but I wonder if there could be made any improvements made to the code. At the moment it works totally smooth in Firefox, but ...
2
votes
0answers
918 views
Simple yet incredible parallax scrolling effect
I wanted to learn how to create awesome parallax scrolling effects so I decided to look up how to do it, after some searching I put together this test. It works fine to some extent but it feels a bit ...
4
votes
2answers
191 views
JavaScript parallax cross-platform efficiency
I wanted to get some feedback on this JS I am working on. It works wonderfully on my desktop, but on my and my friends' laptops (especially Safari) it is very slow. I need some pointers on improving ...
1
vote
1answer
321 views
5
votes
2answers
5k views
jQuery parallax site (on scroll)
I have this code for a website I'm working on. It uses window.scroll events to parallax some items. It's running a bit slow on average machines. Is there any way I ...