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

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.

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

});