Class AnimationCompleteEventArgs
Specifies the event arguments for animation complete event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class AnimationCompleteEventArgs : MapsBaseEventArgs
Constructors
AnimationCompleteEventArgs()
Declaration
public AnimationCompleteEventArgs()
Properties
Element
Gets or sets the DOM element associated with the animation element.
Declaration
public DOM Element { get; set; }
Property Value
Remarks
Use this property to access or manipulate the animated DOM element when animation completes.