Questions tagged [parallax]
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.
7 questions
0
votes
1
answer
174
views
Simple parallax using jQuery and CSS
I'm working on a website and am trying to implement a parallax effect on an image and title (possibly other elements too).
I'm trigering the effect with .scroll() ...
2
votes
0
answers
745
views
HTML5 Parallax Scrolling utility using canvas
I have created a utility to create scrolling parallax backgrounds.
...
2
votes
0
answers
142
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
0
answers
2k
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 ...
6
votes
2
answers
282
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
1
answer
387
views
jQuery parallax plugin
I'm working in my project with the following script:
...
6
votes
2
answers
6k
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 ...