RiTa
index
Name setMotionType()
Class RiText
Description Sets the animation motionType for this for moveTo() or moveBy() methods on this object, set via one of the following constants:
  • RiText.LINEAR
  • RiText.EASE_IN
  • RiText.EASE_OUT
  • RiText.EASE_IN_OUT
  • RiText.EASE_IN_OUT_CUBIC
  • RiText.EASE_IN_CUBIC
  • RiText.EASE_OUT_CUBIC;
  • RiText.EASE_IN_OUT_QUARTIC
  • RiText.EASE_IN_QUARTIC
  • RiText.EASE_OUT_QUARTIC;
  • RiText.EASE_IN_OUT_SINE
  • RiText.EASE_IN_SINE
  • RiText.EASE_OUT_SINE
Syntax
setMotionType(motionType);
Parameters
motionType  
Returns void
Usage Web & Application
Related