{"version":3,"sources":["node_modules\\animated\\lib\\Animation.js"],"names":["_createClass","defineProperties","target","props","i","length","descriptor","enumerable","configurable","writable","Object","defineProperty","key","Constructor","protoProps","staticProps","prototype","_classCallCheck","instance","TypeError","Animation","value","start","fromValue","onUpdate","onEnd","previousAnimation","stop","__debouncedOnEnd","result","__onEnd","module","exports"],"mappings":";;;;;;;;;;AAUA,aAAa,GAAIA,cAAa,UAAU,CAAC,QAASC,iBAAT,CAA0BC,MAA1B,CAAiCC,KAAjC,CAAuC,CAAC,IAAI,GAAIC,GAAE,CAAV,CAAYA,EAAED,MAAME,MAApB,CAA2BD,GAA3B,CAA+B,CAAC,GAAIE,YAAWH,MAAMC,CAAN,CAAf,CAAwBE,WAAWC,UAAX,CAAsBD,WAAWC,UAAX,EAAuB,KAA7C,CAAmDD,WAAWE,YAAX,CAAwB,IAAxB,CAA6B,GAAG,SAAUF,WAAb,CAAwBA,WAAWG,QAAX,CAAoB,IAApB,CAAyBC,OAAOC,cAAP,CAAsBT,MAAtB,CAA6BI,WAAWM,GAAxC,CAA4CN,UAA5C,EAAyD,CAAC,OAAO,UAASO,WAAT,CAAqBC,UAArB,CAAgCC,WAAhC,CAA4C,CAAC,GAAGD,UAAH,CAAcb,iBAAiBY,YAAYG,SAA7B,CAAuCF,UAAvC,EAAmD,GAAGC,WAAH,CAAed,iBAAiBY,WAAjB,CAA6BE,WAA7B,EAA0C,MAAOF,YAAP,CAAoB,CAAlM,CAAoM,CAA1e,EAAjB,CAA8f,QAASI,gBAAT,CAAyBC,QAAzB,CAAkCL,WAAlC,CAA8C,CAAC,GAAG,EAAEK,mBAAoBL,YAAtB,CAAH,CAAsC,CAAC,KAAM,IAAIM,UAAJ,CAAc,mCAAd,CAAN,CAA0D,CAAC;;;;;;;;;;;AAW5pBC,UAAU,UAAU,CAAC,QAASA,UAAT,EAAoB,CAACH,gBAAgB,IAAhB,CAAqBG,SAArB,EAAiC,cAAaA,SAAb,CAAuB,CAAC,CAACR,IAAI,OAAL,CAAaS,MAAM,QAASC,MAAT;;;;;AAKtHC,SALsH;AAMtHC,QANsH;AAOtHC,KAPsH;AAQtHC,iBARsH;AAStH,CAAE,CATiG,CAAD,CAS9F,CAACd,IAAI,MAAL,CAAYS,MAAM,QAASM,KAAT;AACtB,CAAE,CADE,CAT8F,CAU9F,CAACf,IAAI,kBAAL,CAAwBS,MAAM,QAASO,iBAAT;;AAElCC,MAFkC,CAE3B;AACP,GAAIJ,OAAM,KAAKK,OAAf;AACA,KAAKA,OAAL,CAAa,IAAb;AACAL,OAAOA,MAAMI,MAAN,CAAP;AACC,CANG,CAV8F,CAAvB,EAgBtE,MAAOT,UAAP,CAAkB,CAhBb,EAXkpB;;;AA8B5pBW,OAAOC,OAAP,CAAeZ,SAAf","file":"Animation.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["\n\n\n\n\n\n\n\n\n\n'use strict';var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if(\"value\"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}return function(Constructor,protoProps,staticProps){if(protoProps)defineProperties(Constructor.prototype,protoProps);if(staticProps)defineProperties(Constructor,staticProps);return Constructor;};}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError(\"Cannot call a class as a function\");}}var\n\n\n\n\n\n\n\n\n\n\nAnimation=function(){function Animation(){_classCallCheck(this,Animation);}_createClass(Animation,[{key:'start',value:function start(\n\n\n\n\nfromValue,\nonUpdate,\nonEnd,\npreviousAnimation)\n{}},{key:'stop',value:function stop()\n{}},{key:'__debouncedOnEnd',value:function __debouncedOnEnd(\n\nresult){\nvar onEnd=this.__onEnd;\nthis.__onEnd=null;\nonEnd&&onEnd(result);\n}}]);return Animation;}();\n\n\nmodule.exports=Animation;"]}