jrumble funny jquery plugin that can rumble( vibrates, shakes ) any html elements

  1. Requirements
  2. Usage
  3. Resources

a wrapper for the funny jquery plugin jrumble

Rumble 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.

Requirements

may works for Yii 1.1 or above

Usage

download and extract it to your extensions dir

and then use it as other standard widgets , you can rumble any html elements just give a css selector , that's all .

just try it in you view or layout file

if you don't give a selector , i assume that you want initialize the original plugin manually . and i just register the necessary js file for you .

for more advanced usage please see the doc http://jackrugile.com/jrumble/

...can use code blocks like the following...

<?php
/**
 * User: yiqing
 * Date: 12-2-1
 * Time: 下午5:18
 */
$this->widget('ext.jrumble.JRumble', array(
  'selector'=>'#test',
    'options'=>array(
     'speed'=>50,
    )
));
?>

<div class="well" id="test">

 hi  here you go !
</div>

Resources

...external resources for this extension...

3 0
7 followers
571 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: yiqing95
Created on: May 22, 2012
Last updated: 11 years ago

Downloads

show all

Related Extensions