Git Product home page Git Product logo

geronimo's Introduction

DEPRECATED

Geronimo served its purpose well, but these days I'd recommend Rellax.


Geronimo ๐Ÿ’ฅ

Geronimo is a jQuery/Zepto plugin that makes parallax backgrounds super-simple. No annoying configuration, frustrating math, or general misery. Just install, call, and you're good-to-go!

Manual installation

First, include either jQuery or Zepto on the page, followed by Geronimo.

<script src="path/to/jquery.min.js"></script>
<script src="path/to/geronimo.min.js"></script>

Then call .geronimo() on the background elements you'd like to parallaxify.

<section class="section">
  <div class="section-background" style="background-image: url('some/background/image.jpg')"></div>
  <!-- the rest of your section content here -->
</section>

<script>
  $( document ).ready( function() {
    $( '.section-background' ).geronimo();
  } );
</script>

You can specify the speed of the effect as slow, medium (default), or fast like so:

<script>
  $( document ).ready( function() {
    $( '.section-background' ).geronimo( { speed: 'slow' } );
  } );
</script>

Package managers

Geronimo is available on NPM and Bower.

npm install geronimo --save
bower install geronimo --save

Browser support

IE10+, all recent versions of everything else.

How to build

Assuming you have Node.js and NPM installed...

$ npm install
$ gulp

If not, here's how you do that.

License

Geronimo is licensed under the MIT License.

geronimo's People

Contributors

galengidman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.