http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/18b073a9/src/main/webapp/assets/js/libs/jquery.wiggle.min.js ---------------------------------------------------------------------- diff --git a/src/main/webapp/assets/js/libs/jquery.wiggle.min.js b/src/main/webapp/assets/js/libs/jquery.wiggle.min.js new file mode 100644 index 0000000..2adb0d6 --- /dev/null +++ b/src/main/webapp/assets/js/libs/jquery.wiggle.min.js @@ -0,0 +1,8 @@ +/* +jQuery Wiggle +Author: WonderGroup, Jordan Thomas +URL: http://labs.wondergroup.com/demos/mini-ui/index.html +License: MIT (http://en.wikipedia.org/wiki/MIT_License) +*/ +jQuery.fn.wiggle=function(o){var d={speed:50,wiggles:3,travel:5,callback:null};var o=jQuery.extend(d,o);return this.each(function(){var cache=this;var wrap=jQuery(this).wrap('<div class="wiggle-wrap"></div>').css("position","relative");var calls=0;for(i=1;i<=o.wiggles;i++){jQuery(this).animate({left:"-="+o.travel},o.speed).animate({left:"+="+o.travel*2},o.speed*2).animate({left:"-="+o.travel},o.speed,function(){calls++;if(jQuery(cache).parent().hasClass('wiggle-wrap')){jQuery(cache).parent().replaceWith(cache);} +if(calls==o.wiggles&&jQuery.isFunction(o.callback)){o.callback();}});}});}; \ No newline at end of file
- [51/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [24/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [14/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [05/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [44/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [31/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [46/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [32/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [13/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [42/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [08/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [50/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [23/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [30/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [10/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [11/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
- [21/51] [abbrv] [partial] brooklyn-ui git commit: move subdir fro... heneveld
