Interface IDoubleAnimationStepValueProvider
Animation step value provider
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public interface IDoubleAnimationStepValueProvider
Methods
GetAnimationStepValue(Double, Double, Double, Double)
Gets the animation step value.
Declaration
double GetAnimationStepValue(double totalseconds, double from, double current, double duration)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | totalseconds | The total seconds |
| System.Double | from | From value for animation. |
| System.Double | current | The current. |
| System.Double | duration | The duration. |
Returns
| Type | Description |
|---|---|
| System.Double | Return animation step value |