From 8e1978c79d0628d1bfee0d3e02cfa19c21ff9dac Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 15 Jul 2013 20:49:30 -0500 Subject: weather of 2 locations and temp difference --- jQueryRotateCompressed.2.2.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 jQueryRotateCompressed.2.2.js (limited to 'jQueryRotateCompressed.2.2.js') diff --git a/jQueryRotateCompressed.2.2.js b/jQueryRotateCompressed.2.2.js new file mode 100644 index 0000000..9784404 --- /dev/null +++ b/jQueryRotateCompressed.2.2.js @@ -0,0 +1,20 @@ +// VERSION: 2.2 LAST UPDATE: 13.03.2012 +/* + * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php + * + * Made by Wilq32, wilq32@gmail.com, Wroclaw, Poland, 01.2009 + * Website: http://code.google.com/p/jqueryrotate/ + */ +(function(j){for(var d,k=document.getElementsByTagName("head")[0].style,h=["transformProperty","WebkitTransform","OTransform","msTransform","MozTransform"],g=0;gthis._parameters.duration;if(b&&!this._parameters.animatedGif)clearTimeout(this._timer);else{(this._canvas||this._vimage||this._img)&&this._rotate(~~(10*this._parameters.easing(0,a-this._animateStartTime,this._animateStartAngle,this._parameters.animateTo-this._animateStartAngle,this._parameters.duration))/10);this._parameters.step&&this._parameters.step(this._angle);var c=this;this._timer=setTimeout(function(){c._animate.call(c)},10)}this._parameters.callback&& +b&&(this._angle=this._parameters.animateTo,this._rotate(this._angle),this._parameters.callback.call(this._rootObj))},_rotate:function(){var a=Math.PI/180;return i?function(a){this._angle=a;this._container.style.rotation=a%360+"deg"}:d?function(a){this._angle=a;this._img.style[d]="rotate("+a%360+"deg)"}:function(b){this._angle=b;b=b%360*a;this._canvas.width=this._width+this._widthAdd;this._canvas.height=this._height+this._heightAdd;this._cnv.translate(this._widthAddHalf,this._heightAddHalf);this._cnv.translate(this._widthHalf, +this._heightHalf);this._cnv.rotate(b);this._cnv.translate(-this._widthHalf,-this._heightHalf);this._cnv.scale(this._aspectW,this._aspectH);this._cnv.drawImage(this._img,0,0)}}()};i&&(Wilq32.PhotoEffect.prototype.createVMLNode=function(){document.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)");try{return!document.namespaces.rvml&&document.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),function(a){return document.createElement("')}}catch(a){return function(a){return document.createElement("<"+ +a+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}}())})(jQuery); -- cgit v1.2.3