skrollr icon indicating copy to clipboard operation
skrollr copied to clipboard

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).

Results 100 skrollr issues
Sort by recently updated
recently updated
newest added

Hi! This question probably has an easy fix, though I can't quite find the solution. Following prinzhorn's "classic example" of skrollr, I am attempting to change all the parallax background...

function initSkrollr() { mySkrollr = skrollr.init({ smoothScrolling:false, mobileDeceleration: 0.002, keyframe:function(element, name, direction){ var nameDir = name + "." + direction; if (element == $page2[0]) { if (nameDir == "dataBottomTop.down" ||...

Hi, Skrollr is amazing. However as a beginner I've faced some problem that seems to be some obvious detail I'm missing here which doesn't let me create any other, regular...

http://davidfarina.com/parallax Thats the page. Somehow it does not move when scrolling. All fixed elements, inside a #main div which is configured skrollr.init({'skrollr-body':'main'}). I know it looks terrible but I didnt...

Hi, I have problem with scrolling overflows inside skrollr frame on mobiles (touch). I'm not allowed to show code/preview so for better imagination I've made this "diagram" [https://img42.com/g03L7+](https://img42.com/g03L7+), where blue...

Hello, The aim it to have a progress bar to begin animation when the top of the element hits the center of the viewport then to complete when the bottom...

How does skrollr know when to switch to mobile view? It's switching to mobile view at 1024px but I want to switch at 1400px itself.. Is it possible???

Working on a responsive site that uses skrollr. Looks great on desktop but I can scroll infinitely past the footer on mobile and tablet. Any hints?

Not really looking for a fix here since this is a google problem and not a skrollr problem. Has anyone come across this? Is there a quick fix?

Due to iOS (for several versions now) actually supporting scroll events as expected, the workaround seems to be, ironically, causing other issues when it isn't necessary. I've personally been able...