https://github.com/benignware/jquery.fx-transform
Drop-in css-transforms for jQuery
https://github.com/benignware/jquery.fx-transform
Last synced: 11 months ago
JSON representation
Drop-in css-transforms for jQuery
- Host: GitHub
- URL: https://github.com/benignware/jquery.fx-transform
- Owner: benignware
- License: mit
- Created: 2015-04-12T14:36:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T19:39:25.000Z (almost 11 years ago)
- Last Synced: 2025-07-12T17:29:37.860Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jquery.fx-transform
===================
> Drop-in css-transforms for jQuery
Usage
-----
Use jQuery's fx-methods (e.g. animate, fadeIn, etc.) as usual:
```js
$('.block').animate({transform: "translate(50px,50px)"}, {
duration: 2000
});
```
See [jQuery API-Documentation](http://api.jquery.com/animate/) for more information.