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
- Host: GitHub
- URL: https://github.com/schickling/jquery-rotate
- Owner: schickling
- Created: 2013-03-16T10:40:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T14:51:25.000Z (over 11 years ago)
- Last Synced: 2025-06-24T02:14:02.471Z (about 1 year ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 11
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```