Confirmed users
489
edits
Line 21: | Line 21: | ||
== Exported APIs == | == Exported APIs == | ||
* Please provide a table of exported interfaces (APIs, ABIs, protocols, UI, etc.) | * Please provide a table of exported interfaces (APIs, ABIs, protocols, UI, etc.) | ||
** nsIDOMElementTimeControl.idl | ** [http://www.w3.org/TR/2001/REC-smil-animation-20010904/#ElementTimeControl nsIDOMElementTimeControl.idl] | ||
*** boolean beginElement() | *** boolean beginElement() | ||
*** boolean beginElementAt(in float offset) | *** boolean beginElementAt(in float offset) | ||
*** boolean endElement() | *** boolean endElement() | ||
*** boolean endElementAt(in float offset) | *** boolean endElementAt(in float offset) | ||
** nsIDOMSVGAnimationElement.idl | ** [http://www.w3.org/TR/SVG11/animate.html#InterfaceSVGAnimationElement nsIDOMSVGAnimationElement.idl] | ||
*** float getStartTime() | *** float getStartTime() | ||
*** float getCurrentTime() | *** float getCurrentTime() | ||
*** float getSimpleDuration() | *** float getSimpleDuration() | ||
** nsIDOMSVGAnimateElement.idl, nsIDOMSVGAnimateTransformElement.idl, nsIDOMSVGSetElement.idl | ** [http://www.w3.org/TR/SVG11/animate.html#InterfaceSVGAnimateElement nsIDOMSVGAnimateElement.idl], [http://www.w3.org/TR/SVG11/animate.html#InterfaceSVGAnimateTransformElement nsIDOMSVGAnimateTransformElement.idl], [http://www.w3.org/TR/SVG11/animate.html#InterfaceSVGSetElement nsIDOMSVGSetElement.idl] | ||
*** Subclass nsIDOMSVGAnimationElement; don't add any functions. | *** Subclass nsIDOMSVGAnimationElement; don't add any functions. | ||