1.0.5 • Published 8 years ago

de-animate v1.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

npm.io view on npm view on github npm npm module downloads

De-animate

A jQuery lightweight plugin for Animation. Checkout our page

Getting Started

Download the production version or the development version.

In your web page:

<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://cdn.rawgit.com/thiagoh/de-animate/master/dist/jquery.de-animate.min.js"></script>
<div id="card-1" class="card animated">
  <div class="back">
      Back of Panel content Flipped X
  </div>
  <div class="front">
      Front of Panel content Flipped X
  </div>
</div>
<script>
$(function() {
    $('#card-1').deAnimate({
        trigger: 'click',
        classIn: 'flipInX',
        parallel: false
    });
});
</script>

Examples

alt img

To see more examples of how to use DeAnimate please check the demo directory or in our page

Building

Developers can easily build DeAnimate using NPM.

NPM

For the developers interested in building DeAnimate:

npm install

Bower

For developers not interested in building the DeAnimate library... use bower to install and use the DeAnimate distribution files.

Change to your project's root directory.

# To get the latest stable version, use Bower from the command line.
bower install de-animate

Release History

  • 1.0.5 first release
  • 0.2.2 beta release
1.0.5

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.0-ignored

8 years ago