Skip to content
forked from Victa/scrolly

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

Notifications You must be signed in to change notification settings

JenniferKuo/scrolly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.4%
  • CSS 34.4%
  • HTML 29.2%