RiTa
index
Name moveTo()
Class RiText
Description Move to new absolute x,y (or x,y,z) position over 'time' seconds

Note: uses the current motionType for this object.

Syntax
moveTo(newPosition, startTime, seconds);
moveTo(newX, newY, seconds);
moveTo(newX, newY, startTime, seconds);
Returns rita.RiTextBehavior
Usage Web & Application
Related