| velocity |
Velocity of animation |
1 |
$('#box_image').skitter({velocity: 2}); |
| interval |
Interval between transitions |
2500 |
$('#box_image').skitter({interval: 3000}); |
| animation |
Default animation |
null or defined in <li> class |
$('#box_image').skitter({animation: 'fade'}); |
| numbers |
Numbers display |
true |
$('#box_image').skitter({numbers: false}); |
| navigation |
Navigation display |
true |
$('#box_image').skitter({navigation: false}); |
| label |
Label display |
true |
$('#box_image').skitter({label: false}); |
| easing_default |
Easing default |
null |
$('#box_image').skitter({easing_default: 'easeOutBack'}); |
| animateNumberOut |
Animation/style number |
{backgroundColor:'#333', color:'#fff'} |
$('#box_image').skitter({animateNumberOut: {backgroundColor:'#000', color:'#ccc'}}); |
| animateNumberOver |
Animation/style hover number |
{backgroundColor:'#000', color:'#fff'} |
$('#box_image').skitter({animateNumberOver: {backgroundColor:'#000', color:'#ccc'}}); |
| animateNumberActive |
Animation/style active number |
{backgroundColor:'#cc3333', color:'#fff'} |
$('#box_image').skitter({animateNumberActive: {backgroundColor:'#000', color:'#ccc'}}); |