Questions tagged [skrollr]

Skrollr is a stand-alone parallax scrolling library for mobile (Android + iOS) and desktop.

Skrollr is much more than "just" parallax scrolling. It's a full-fledged scrolling animation library. In fact, you can use it and still have no parallax scrolling at all. Skrollr leverages HTML5 and CSS 3. It is not dependent on jQuery - it's just plain JavaScript.

Official site: http://prinzhorn.github.io/skrollr/

Github: https://github.com/Prinzhorn/skrollr

359 questions
0
votes
1 answer

Skrollr not working on IE

I'm trying to get skrollr.js to work on IE. I copied over the example code from the skrollr site: view-source:http://prinzhorn.github.io/skrollr/ included all the other js files including the ie file. It works fine on all the browsers accept the…
PHP_Cat
  • 23
  • 1
  • 7
0
votes
3 answers

Skrollr jitter and jumping on absolute positioning

I've been working on a parallax skrollr wrapped in a coda slider now for a while but I'm finding that I've got an issue with the transitioning. Every time you scroll the elements in the skrollr boddy flicker and jump. I've read every single thread…
Neil Bothma
  • 1
  • 1
  • 2
0
votes
1 answer

Skrollr: manipulate html5 data attributes

I've written a Javascript/jQuery function for dynamically writing HTML5 data attributes into some HTML tags and making Skrollr plugin work. I am unable to use jQuery .data() because it only stores (it does not write inside the tags) attributes. Here…
user1861373
  • 85
  • 1
  • 9
0
votes
1 answer

IE is not setting the correct height, and is just, in general, a disaster

I am fairly new to web development, so forgive me if this is obvious. I have created a site, that is looking good on Chrome and Mozilla, but it appears I can not get the IE version to scroll at the same rate/height that my other versions are. …
0
votes
1 answer

Skrollr background images disappear when changed

Im trying to do an animation with skrollr, but when the background-images are changing they disappear for a short time, sometimes when the server lags for a sec they disappear completely until I scroll back and forwards again. Heres the code im…
Benjirich
  • 45
  • 1
  • 2
  • 8
0
votes
1 answer

Skrollr constants in stylesheet?

im trying to use the constants is combination with the stylesheet plugin but it doesnt work for some reason, heres what i did: index.html skrollr.init({ constants: { scene2: 1200, scene3: 4000, scene4: 5000 } …
Benjirich
  • 45
  • 1
  • 2
  • 8
0
votes
0 answers

Using skrollr and skrollr-menu, 1) How do I get my site to smooth scroll to my hashtags? 2) How do I make my site only scroll horizontally?

This is my fiddle that I can't get to work: http://jsfiddle.net/geoyws/ULJ27/
0
votes
1 answer

skrollr doesnt work on ipad when using doctype html

Below code doesnt work on ipad: the page gies completely blank. Works fine on desktop browsers. If I remove the doctype, it works.