Skip to content
It is a jQuery plugin, wrapper for animated.css and waypoints.js, animate trigger by scroll event.
JavaScript
Find file
Failed to load latest commit information.
LICENSE Initial commit
README.md Init npm package mainfest.
animated.js Init plugin.
bower.json Init npm package mainfest.
package.json Init npm package mainfest.

README.md

animated.js

It is a jQuery plugin, wrapper for animated.css and waypoints.js, animate trigger by scroll event.

Install

You can get the source from github, or install it by bower.

Download source

git clone https://github.com/yufeiminds/animated.js

Bower

bower install animated.js

Usage

Default settings

    {
        'animate_getter': function(e) { return e.data('animated'); },
    }

Init

    $(document).ready( function() {
        $('[data-animated]').animated({
            /* Your custom settings */
        });
    });

Contribute

  1. Fork this repo.
  2. Modify it.
  3. Create a pull request.

happy coding...!

Contact

Email

yufeiminds@gmail.com

Something went wrong with that request. Please try again.