RiTa
index
Name fadeToText()
Class RiText
Description Fades out the current text and fades in the newText over seconds starting immediately
Syntax
fadeToText(newText, seconds);
fadeToText(newText, startTime, seconds);
Parameters
newText   to be faded in
startTime   # of seconds in the future that the fade will start
seconds   time for fade
Returns int - the unique id for this behavior
Usage Web & Application
Related