https://github.com/unfold/jquery-transition
Hardware accelerated jQuery transitions
https://github.com/unfold/jquery-transition
Last synced: over 1 year ago
JSON representation
Hardware accelerated jQuery transitions
- Host: GitHub
- URL: https://github.com/unfold/jquery-transition
- Owner: unfold
- Created: 2011-12-15T12:14:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-16T15:31:03.000Z (over 14 years ago)
- Last Synced: 2025-02-09T02:44:43.575Z (over 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## jQuery Transition
Plugin that uses hardware 3d accelerated CSS transforms for `left` and `top` properties when available.
### Usage:
jQuery Transition uses the exact same syntax as jQuery's [`animate()`](http://api.jquery.com/animate)
$('.box)'.transition(properties, [duration], [easing], [complete])