jrumble
v1.3.0
Published
jRumble is a jQuery plugin that rumbles, vibrates, shakes, and rotates any element you choose. It's great to use as a hover effect or a way to direct attention to an element.
Downloads
12
Readme
jRumble v1.3
by Jack Rugile - http://jackrugile.com
jRumble is a jQuery plugin that rumbles, vibrates, shakes, and rotates any element you choose. It's great to use as a hover effect or a way to direct attention to an element.
- Latest Version: 1.3
- Latest Release Date: December 3, 2011
- Original Release Date: March 30, 2011
- Compressed: 1.47kb
- Uncompressed: 4.84kb
Documentation, Demos, and Discussion
Documentation, demos, and discussion can be found at http://jackrugile.com/jrumble
Basic Usage
// Initialize jRumble on Selector
$('#rumble-element').jrumble();
// Start rumble on element
$('#rumble-element').trigger('startRumble');
// Stop rumble on element
$('#rumble-element').trigger('stopRumble');
Options
Known Issues
- For rumble elements that are position fixed/absolute, they should instead be wrapped in an element that is fixed/absolute
- Rotation does not work in Internet Explorer 8 and below