ProgressBarAnimationSettingsBuilder
Methods
Enable(System.Boolean)
Enables or disables the progress animation
Parameters
enable - System.Boolean
The boolean value
RETURNS
Returns the current ProgressBarAnimationSettingsBuilder instance.
Example
Razor
 
            @( 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
RETURNS
Returns the current ProgressBarAnimationSettingsBuilder instance.