https://github.com/css-tricks/jquery-circulate-plugin
Makes things go what in a circle n'everything.
https://github.com/css-tricks/jquery-circulate-plugin
Last synced: 11 months ago
JSON representation
Makes things go what in a circle n'everything.
- Host: GitHub
- URL: https://github.com/css-tricks/jquery-circulate-plugin
- Owner: CSS-Tricks
- Created: 2010-06-11T17:14:30.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-11T17:44:25.000Z (about 16 years ago)
- Last Synced: 2025-04-08T19:55:51.754Z (about 1 year ago)
- Homepage: http://css-tricks.com/examples/Circulate/
- Size: 255 KB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
### Usage
$("#anything).circulate({
speed: 400, // Speed of each quarter segment of animation, 1000 = 1 second
height: 200, // Distance vertically to travel
width: 200, // Distance horizontally to travel
sizeAdjustment: 100, // Percentage to grow or shrink
loop: false, // Circulate continuously
zIndexValues: [1, 1, 1, 1] // Sets z-index value at each stop of animation
});