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

https://github.com/schickling/jquery-rotate

Very lightweight jquery rotate plugin using CSS 3 Transformation
https://github.com/schickling/jquery-rotate

Last synced: about 1 year ago
JSON representation

Very lightweight jquery rotate plugin using CSS 3 Transformation

Awesome Lists containing this project

README

          

jquery-rotate
=============

Very lightweight jquery rotate plugin using CSS 3 Transformation

## Installation

```
bower install jquery-rotate
```

## Usage

```javascript
$('#element').rotate(90); // rotate element to 90 degrees
$('#element').rotate(); // random rotate
```