120 questions
0
votes
1
answer
453
views
jQuery resize window function
Im using parallax effect on my website and it kind of breaks when I change the window size to minimum and then back so I'm trying to check the width of the window with jquery, so when the width is ...
8
votes
1
answer
16k
views
Terrible lag in Chrome when using parallax effect
first of all, here's a link to my website, having the issue I'm about to describe:
http://themes.roussounelosweb.gr/cassiopeia/
In Firefox, IE 9, Opera, Safari, iOS the website looks perfect, and ...
-1
votes
1
answer
760
views
parallax.js and animate.css -> onClick doesn't work [closed]
I'm using parallax.js and animate.css for a project. I want to click on one red circle to fire a function, but the click event isn't working on them (or anything inside the <ul> layer).
I have ...
1
vote
1
answer
1k
views
Trying to reset Parallax.js to handle a few instances of parallax situations
I'm working on a project that utilizes [Parallax.js] (https://github.com/wagerfield/parallax) and has an issue that I can't seem to solve. There are no indication in the documentation to destroy/re-...
0
votes
1
answer
123
views
Navigation bar not working
I am doing a scrolling horizontal website similar to http://www.apple.com/mac-pro/ (they seemed to have changed it) but mine is horizontal. However, I am experiencing a problem where the 6 white ...
0
votes
1
answer
756
views
Parallax next and previous navigation
At the moment for my parallax site i have next and previous buttons on each section. I would like to just have one set of prev/next navigation that will go to each section.
Can you advise me on ...
0
votes
1
answer
165
views
Can't diagnose: Background position different on page open
I am using parallax.js on my web page.
http://www.edizarca.com/karpaz/ (page has been now updated, parallax is remove until a feaseable solution found)
But open the page and keep refreshing. ...
0
votes
1
answer
466
views
parallax.js automatically slide onload
I am using this jQuery plugin on a website: http://stolksdorf.github.com/Parallaxjs/
I am trying to achieve an effect where when a slide is navigated to, it automatically moves onto another slide ...
30
votes
5
answers
96k
views
jquery vertical mousewheel smooth scrolling
I'm making a parallax website and I would like to make the page scroll smoother with the mousewheel for a better user experience.
The best example I could get was this website: http://www....
0
votes
2
answers
2k
views
How to combine impress.js and parallax.js?
I would like to use the presentation script impress.js (http://bartaz.github.com/impress.js/#/its) to create a website. Now I would like to also use parallax.js (http://stephband.info/jparallax/) to ...
0
votes
2
answers
3k
views
How to scroll in a webpage with "easeOutExpo" animation
I am trying to add easeOutExpo effect while scrolling in a webpage
I originally found this in a website http://www.loisjeans.com/web2012/js/parallax.js
I tried a lot to bring the effect ,but in ...
2
votes
2
answers
22k
views
How to use parallax scrolling with seemingly "fixed" images?
I'm working with parallax scrolling and currently have a setup such that my background images scroll at 50% of normal content scrolling speed. See here: www.jurbs.com. (Content is optimized in Chrome ...
6
votes
2
answers
5k
views
What is the meaning of document.querySelector.bind(document);
I was checking this code from html5rocks:
http://www.html5rocks.com/static/demos/parallax/demo-1a/scripts/parallax.js
And notice that they use
(function(win, d) {
var $ = d.querySelector.bind(d);
...
-5
votes
2
answers
258
views
Remove javascript when on ipad
I have a parallax scrolling site that i do not want to work on iPad. So i want to remove the link to my parallax.js file when on iPad.
How would I disable parallax scrolling on detection of device ?
...
0
votes
1
answer
167
views
everything left-aligned and small margins using parallax.js
I'm using parallax.js for a website, and I've run into a bit of a problem.
It seems that everytime I want to scroll a div in from the right, everything in the div that I'm scrolling in, is aligned ...
1
vote
2
answers
474
views
defining background element using jQuery based on current width
I need to implement a multi- if...else if...else statement in a jQuery plugin for a responsive parallax background image and its position.
The code I have so far is:
if ($thirdBG.hasClass("inview")){...
0
votes
1
answer
386
views
Problems with z-index on child element
I'm experimenting with jquery.scrolling-parallax.js for parallax backgrounds.
The background elements has z-index 333.
On all elements on the site i can make the backround be behind or in front of ...
1
vote
1
answer
134
views
Empty div with background on Wordpress overlaps ONLY the posts, renders blog useless
I'm trying to setup a blog for our company and decided to go the Wordpress way. I Set out to completely alter a standard theme so that it could encompass everything we wanted. The blog can be found ...
1
vote
1
answer
621
views
MouseEnter and Mouseleave problems when trying to create a hidden navigation bar
Im trying to create a hidden navigation bar that, when hovered over, grows in width, and when the cursor leaves the navigation bar it shrinks back down to its original width. I'm using jQuery and ...
3
votes
1
answer
2k
views
How to Scroll layers with multiple rate on website
I found this website with an effect that I would like to replicate. To see what I am talking about go here:
http://www.rowtothepole.com/
When scrolling through the webpage you can see that the ...