Class type Goog.Fx.animationQueue
class type animationQueue = object..end
Inherits
method add : 'a. (#animation as 'a) Js.t -> unit Js.meth
Push an Animation to the end of the queue.
method remove : 'b. (#animation as 'b) Js.t -> unit Js.meth
Remove an Animation from the queue.
