芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/mobile/lib/gsap/src/minified/plugins/AttrPlugin.min.js
/*! * VERSION: 0.3.0 * DATE: 2014-05-13 * UPDATES AND DOCS AT: http://www.greensock.com * * @license Copyright (c) 2008-2014, GreenSock. All rights reserved. * This work is subject to the terms at http://www.greensock.com/terms_of_use.html or for * Club GreenSock members, the software agreement that was issued with your membership. * * @author: Jack Doyle, jack@greensock.com */ (window._gsQueue||(window._gsQueue=[])).push(function(){"use strict";window._gsDefine.plugin({propName:"attr",API:2,version:"0.3.0",init:function(t,e,i){var s,r,n;if("function"!=typeof t.setAttribute)return!1;this._target=t,this._proxy={},this._start={},this._end={},this._endRatio=i.vars.runBackwards?0:1;for(s in e)this._start[s]=this._proxy[s]=r=t.getAttribute(s),this._end[s]=n=e[s],this._addTween(this._proxy,s,parseFloat(r),n,s),this._overwriteProps.push(s);return!0},set:function(t){this._super.setRatio.call(this,t);for(var e,i=this._overwriteProps,s=i.length,r=0!==t&&1!==t?this._proxy:t===this._endRatio?this._end:this._start;--s>-1;)e=i[s],this._target.setAttribute(e,r[e]+"")}})}),window._gsDefine&&window._gsQueue.pop()();