ProgressBarAnimationBuilder

Methods

Enable(System.Boolean)

Enables or disables the progress animation

Parameters

enable - System.Boolean

The boolean value

Example

Razor
 
            @( Html.Kendo().ProgressBar()
                .Name("progressBar")
                .Animation(a => a.Enable(false))
            )
             

Duration(System.Int32)

Specifies the duration of the progress animation

Parameters

value - System.Int32

The duration value

Example

Razor
 
            @( Html.Kendo().ProgressBar()
                .Name("progressBar")
                .Animation(a => a.Duration(200))
            )
             
In this article
MethodsEnable(System.Boolean)Duration(System.Int32)
Not finding the help you need?
Contact Support