package org.w3c.dom.svg;

public interface SVGAnimationElement extends SVGElement
{

 public void beginElementAt(float);
 
 public void endElementAt(float);
 
}