Wait

ABSTRACT

A Wait animation does nothing for the specified amount of seconds, and then ends.

IMPORTANT ELEMENT

Waiting is crucial in getting animation timing right. It helps add emphasis, spacing to scenes, and also time for voice-overs (though I generally recommend freeze-frames in the editor as an easier method)

PARAMETERS
timethe amount of time to wait. Should be non-negative
RETURN

an animation that when run, will wait for the specified time period

DECLARATION
func Wait(time)