C_FadeOut.js 435 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_FadeOut(el, _h931, _hSN1, _h5U1){C_FadeOut.baseConstructor.call(this, el, 100, 0, true, false, _h931, _hSN1, _h5U1||U_Easing.Exponential.F_EaseOut);};C_FadeOut.F_Extends(C_OpacityTween);