-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
``` |