DoubleKeyFrameAnimationInsertKeyFrame(Single, Double, IEasing) Method
Namespace: Avalonia.Rendering.CompositionAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void InsertKeyFrame(
float normalizedProgressKey,
double value,
IEasing easingFunction
)
Public Sub InsertKeyFrame (
normalizedProgressKey As Single,
value As Double,
easingFunction As IEasing
)
member InsertKeyFrame :
normalizedProgressKey : float32 *
value : float *
easingFunction : IEasing -> unit
Parameters
- normalizedProgressKey Single
-
- value Double
-
- easingFunction IEasing
-