123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: hal
- // (C) Copyright IBM Corp. 2003, 2017.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- function C_OpacityTween(el, _hBJ1, _hYV1, _hY, _hJB, _h931, _hSN1, _h5U1){C_OpacityTween.baseConstructor.call(this, el, _hBJ1, _hYV1, _h931, _hSN1||400, _h5U1);if(_hY){U_DOM.F_SetOpacity(el, _hBJ1);}this._hKB=_hJB;};C_OpacityTween.F_Extends(C_Tween);C_OpacityTween.prototype.F_OnTick=function(){U_DOM.F_SetOpacity(this._h0F2, this._hZV1());if(this.F_IsLastTick()){this.F_Stop();if(this._hKB!==false){setTimeout(U_DOM.F_RemoveOpacity.bind(this, this._h0F2), 0);}}};
|