Used by plugin creators to allow their content to be animated.
A plugin can animate canvas, WebGl, svg or reduce the complexity of a CSS animation.
The story uses uid to manage animators.
Called after the frame is rendered, and before moves to the next frame.
This method is called even if no property changed.
It's an optional method, but future version might require its implementation.
Used by plugin creators to allow their content to be animated. A plugin can animate canvas, WebGl, svg or reduce the complexity of a CSS animation. The story uses
uidto manage animators.