Update kute-dev.js

This commit is contained in:
thednp 2015-08-03 18:29:58 +03:00
parent ae8d9d9472
commit 0a24580341

View file

@ -829,10 +829,10 @@
}
};
K.Ease = {}; /*K.Easing = {}; K.Physics = {};*/ // we build nice ease objects here
K.Ease = {}; /*K.Easing = {}; K.Physics = {}; // we build nice ease objects here
//high performance for accuracy (smoothness) trade
K.Easing.linear = function (t) { return t; };
K.Easing.linear = function (t) { return t; };*/
//high accuracy for tiny performance trade
K.Ease.easeIn = function(){ return _bz.pB(0.42, 0.0, 1.00, 1.0); };