C_StyleLengthTween.js 602 B

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: hal
  3. // (C) Copyright IBM Corp. 2003, 2017.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. function C_StyleLengthTween(el, _h492, _hBJ1, _hYV1, _hG92, _h931, _hSN1, _h5U1){C_StyleLengthTween.baseConstructor.call(this, el, _hBJ1, _hYV1, _h931, _hSN1||200, _h5U1);this._hGA2=_h492;this._hF92=_hG92;};C_StyleLengthTween.F_Extends(C_Tween);C_StyleLengthTween.prototype.F_OnTick=function(){this._h0F2.style[this._hGA2]=Math.F_NonNeg(this._hZV1())+this._hF92;};