Interface IElementTimeControl
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
An SMIL
animation interface to supports several methods for controlling the behavior of animation.
public interface IElementTimeControl
Methods
- BeginElement()
Creates a begin instance time for the current time. The new instance time is added to the begin instance times list.
The behavior of this method is equivalent to BeginElementAt(0).
- BeginElementAt(float)
Creates a begin instance time for the current time plus the specified offset. The new instance time is added to the begin instance times list.
- EndElement()
Creates an end instance time for the current time. The new instance time is added to the end instance times list.
The behavior of this method is equivalent to EndElementAt(0).
- EndElementAt(float)
Creates a end instance time for the current time plus the specified offset. The new instance time is added to the end instance times list.