H A D | hide_menu.js | 61 Tween = function(obj, prop, func, begin, finish, duration, suffixe){ argument 62 this.init(obj, prop, func, begin, finish, duration, suffixe) 67 t.prop=''; 116 this.obj[this.prop] = Math.round(p) + a; 130 t.init = function(obj, prop, func, begin, finish, duration, suffixe){ argument 136 this.prop = prop;
|