• Stars
    star
    414
  • Rank 104,141 (Top 3 %)
  • Language
    JavaScript
  • Created over 12 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PROJECT IS NOT MAINTAINED - Super simple and easy to use parallax plugin for jQuery

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