Closure Library API Documentation
Go to class or file:
fx.anim.Animated
An interface for programatically animated objects. I.e. rendered in javascript frame by frame.
Useful links
Source Code
Git
Inheritance
goog.fx.anim.Animated
Constructor
goog.fx.anim.Animated(
)
Instance Methods
Public
Protected
Private
Defined in
goog.fx.anim.Animated
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