C_ScrollLeftTween.js 518 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_ScrollLeftTween(el, _hYV1, _h931, _hSN1, _h5U1){C_ScrollLeftTween.baseConstructor.call(this, el, el.scrollLeft, _hYV1, _h931, _hSN1||200, _h5U1);};C_ScrollLeftTween.F_Extends(C_Tween);C_ScrollLeftTween.prototype.F_OnTick=function(){this._h0F2.scrollLeft=this._hZV1();};