ProgressBarAnimationSettingsBuilder
Methods
Enable(System.Boolean)
Enables or disables the progress animation
Parameters
enable - System.Boolean
The boolean value
Example
@( Html.Kendo().ProgressBar()
.Name("progressBar")
.Animation(a => a.Enable(false))
)
Duration(System.Double)
The duration of each progress animation in milliseconds.
Parameters
value - System.Double
The value for Duration