Path: blob/master/web-gui/buildyourownbotnet/assets/js/gsap/plugins/AttrPlugin.min.js
1293 views
/*!1* VERSION: 0.5.02* DATE: 2015-08-293* UPDATES AND DOCS AT: http://greensock.com4*5* @license Copyright (c) 2008-2015, GreenSock. All rights reserved.6* This work is subject to the terms at http://greensock.com/standard-license or for7* Club GreenSock members, the software agreement that was issued with your membership.8*9* @author: Jack Doyle, [email protected]10*/11var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine.plugin({propName:"attr",API:2,version:"0.5.0",init:function(t,e){var i;if("function"!=typeof t.setAttribute)return!1;for(i in e)this._addTween(t,"setAttribute",t.getAttribute(i)+"",e[i]+"",i,!1,i),this._overwriteProps.push(i);return!0}})}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()();1213