Model: playbackRate test


A model's playbackRate may be altered to change the speed of the animation. While playing, the animation will advance according to the rate specified.

JavaScript

model.playbackRate = 2; //double the default rate 

Playback rate: