garykay / scrolly

Super simple and easy to use parallax plugin for jQuery (THIS PROJECT IS NOT MAINTAINED ANYMORE)

Home Page:http://lab.victorcoulon.fr/javascript/scrolly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrolly

Live example: http://lab.victorcoulon.fr/javascript/scrolly/ (inspired by Nike Better World)

HTML

<div id="item" class="parallax" data-velocity=".8"></div>

You can add data-fit="xx" to adjust your parallax in real conditions.

If it's a simple element, like an image.

$('.parallax').scrolly();

If not:

$('.parallax').scrolly({bgParallax: true});

######License MIT Licence

About

Super simple and easy to use parallax plugin for jQuery (THIS PROJECT IS NOT MAINTAINED ANYMORE)

http://lab.victorcoulon.fr/javascript/scrolly/


Languages

Language:JavaScript 36.4%Language:CSS 34.4%Language:HTML 29.2%