Property AnimationValueIncrementFactor
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
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.