Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjester committed May 18, 2014
1 parent ac1aebf commit 8b3b6a8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Transition
=========

A jQuery plugin built for managing transition effects, using native CSS.
A jQuery plugin built for managing transition effects, using native CSS. This
essentially is the 'animate' handler, but for native effects. Allows addition
of callbacks and adds a layer of abstraction for cross browser support.

For example, this includes cross browser support and transition callbacks.
To use, clone the repo, then issue the following in the project root:
```bash
$ npm install
$ grunt build
$ cd build/
```

0 comments on commit 8b3b6a8

Please sign in to comment.