advanceTime abstract method

bool advanceTime(
  1. num time
)

This method is called by the Juggler with the time past since the last call.

Returns true as long as this Animatable is not completed; false if it is completed.

Implementation

bool advanceTime(num time);