| D | hide_menu.js | 64 var t = Tween.prototype; variable 66 t.obj = new Object(); 67 t.prop=''; 68 t.func = function (t, b, c, d) { return c*t/d + b; }; argument 69 t.begin = 0; 70 t.change = 0; 71 t.prevTime = 0; 72 t.prevPos = 0; 73 t.looping = false; 74 t._duration = 0; [all …]
|