New to Kendo UI for Angular? Start a free 30-day trial
LoaderType
Updated over 6 months ago
Specifies the animation type for the Loader component.
The possible values are:
pulsing(default)infinite-spinnerconverging-spinner
type LoaderType = "pulsing" | "infinite-spinner" | "converging-spinner";