JavaScript/jQuery LoadPanel - LoadPanelIndicatorProperties
Configures the load indicator.
import { LoadPanelIndicatorProperties } from "devextreme/ui/load_panel"
Type:
animationType
Chooses between predefined load indicator animations.
Type:
Default Value: 'circle'
LoadPanel ships with two predefined load animations: circle and sparkle. To implement a custom load animation, specify a .gif image in the src property.
NOTE
When src is specified, animationType has no effect.
src
Specifies the path to a custom load indicator image.
Type:
Default Value: ''
Use a .gif image to implement an animated load indicator. When this property is specified, animationType has no effect.
Feedback