Class type Goog.Fx.animationSerialQueue
class type animationSerialQueue = object..end
Inherits
method add : 'a. (#animation as 'a) Js.t -> unit Js.meth
Add an animation to the queue.
method executeChildrenAction :
'b. ((#animation as 'b) Js.t -> unit) -> unit Js.meth
Calls a function on the children in implementation specific order.
method onBegin : unit Js.meth
Play all on begin.
method onEnd : unit Js.meth
Reset on end.
method remove : 'c. (#animation as 'c) Js.t -> unit Js.meth
Remove an Animation from the queue.
