scrolly
scrolly copied to clipboard
PROJECT IS NOT MAINTAINED - Super simple and easy to use parallax plugin for jQuery
in the example there's an extra
If during the mouse scrolling your images are twitching in the IE browser, apply the additional css code for your page: > /* Edge */ @supports ( -ms-accelerator:true ) {...
Any chance this will be supporting both horizontal and vertical parallax movement? It would be amazing to be able to make an object move across a diagonal path as you...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Let's skew the wrapper of the background and unskew the content with the same degree in reverse. what happens is, the text got blurred for about 10seconds after stopping to...
$('.parallax').scrolly({bgParallax: true, horizontalPos: '100%'});
Is there a way to support bottom positioning? I have image elements that I would like positioned with `bottom: 0` and slowly update that with negative values to see more...