Table of Contents

Property AnimationTimerInterval

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AnimationTimerInterval

Gets or sets the interval, in milliseconds, for the animation timer. When IsIndeterminate is set to true, the progress bar uses a timer to update the animation of the indeterminate state. When this value is null (by default), the timer uses the DefaultAnimationTimerInterval. Setting this property allows you to customize the frequency of animation updates, which can affect the smoothness and performance of the indeterminate animation.

public virtual int? AnimationTimerInterval { get; set; }

Property Value

int?

Remarks

Setting a lower interval value increases the frequency of animation updates, which may impact performance. Higher values may result in less smooth animations. Choose an interval that balances responsiveness and resource usage for your application's needs. It is not recommended to set this value below 30.