Vue LoadPanel - LoadPanelIndicatorProperties
Configures the load indicator.
import { DxLoadPanelTypes } from "devextreme-vue/load-panel"
Type:
DxLoadPanelTypes.LoadPanelIndicatorProperties
animationType
Chooses between predefined load indicator animations.
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.