Table of Contents

Property AnimationValueIncrementFactor

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

AnimationValueIncrementFactor

Gets or sets the increment factor applied to animation values, which determines the rate of change during animations.

public virtual float? AnimationValueIncrementFactor { get; set; }

Property Value

float?

Remarks

Adjusting this property allows fine-tuning of animation speed. Higher values result in faster transitions, while lower values slow down the animation. Set this value according to the desired animation effect for optimal user experience.