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 mobile browser issue

I'm trying to use skrollr to work around the issues with CSS fixed background images in mobile browsers. I've built a stripped down version of my document schema with one background image and skrollr, here:…
LiavK
  • 702
  • 6
  • 20
0
votes
1 answer

Using Skrollr and SkrollrMenu with RequireJS

I am getting an error when using skrollr and skrollrMenu using RequireJS. This is my main.js file: require.config({ paths: { jquery: '../bower_components/jquery/jquery', skrollr: '../bower_components/skrollr/src/skrollr', …
xylar
  • 7,433
  • 17
  • 55
  • 100
0
votes
1 answer

Javascript dataset with numbered names conundrum

I'm using the Skrollr.js library to do some parallax scrolling on a page. The library uses datasets to specify some start and finish css code (based on your scroll position) example:
I need to…
Nick Briz
  • 1,917
  • 3
  • 20
  • 34
-1
votes
1 answer

Internet Explorer & Edge Skrollr Jumping after so many px

Got a bit of a bug on a parallax site that maybe someone could help with: http://theworkstimeline.theworksdev.co.uk/ Parallax scrolling using Skrollr https://github.com/Prinzhorn/skrollr Once you scroll down to around the halloween section the…
-1
votes
1 answer

iPhone won't let me swipe down on my parallax site. Toio much Javascript?

Testing this current project I'm working on (http://hp1.icorp.net/datatv/mwc/index.html) and it's fine on desktop but on my iPhone 6, the page loads but I can't seem to swipe downwards for more content. I'm wondering if it's because I'm using the…
Adam Bell
  • 1,049
  • 1
  • 16
  • 50
-1
votes
1 answer

How to get a JavaScript variable from C#

I need to get a JavaScript variable from my code behind without doing a page refresh or a button click event. Here's my code: aspx: