fx.anim.Animated
An interface for programatically animated objects. I.e. rendered in javascript frame by frame.

Inheritance

Constructor

goog.fx.anim.Animated()

Instance Methods

Public Protected Private
onAnimationFrame(now)
Function called when a frame is requested for the animation.
Arguments:
now : number
Current time in milliseconds.
code »

Package fx.anim

Package Reference