leimnud.Package.Public({ info :{ Class :"maborak", File :"module.fx.js", Name :"fx", Type :"module", Version :"0.1" }, content :{ algorithm:function() { this.make=function(options) { this.options = { transition : "sineInOut", duration : 2000, fps : 70, onTransition: function(){}, onFinish : function(){}, begin : 0, end : 100, timeBegin : new Date().getTime() }.concatMaborak(options || {}); this.timer = setInterval(function(){ var time = new Date().getTime(); if (time < this.options.timeBegin + this.options.duration) { this.cTime = time - this.options.timeBegin; if(this.options.begin.isArray) { this.result = []; for(var i=0;i