Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/gsap/plugins/AttrPlugin.min.js
1293 views
1
/*!
2
* VERSION: 0.5.0
3
* DATE: 2015-08-29
4
* UPDATES AND DOCS AT: http://greensock.com
5
*
6
* @license Copyright (c) 2008-2015, GreenSock. All rights reserved.
7
* This work is subject to the terms at http://greensock.com/standard-license or for
8
* Club GreenSock members, the software agreement that was issued with your membership.
9
*
10
* @author: Jack Doyle, [email protected]
11
*/
12
var _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()();
13