An open API service indexing awesome lists of open source software.

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

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.