This is the old Animancer v7.4 documentation. Click here for the latest version.

Easing.Elastic.

Easing.

InOut(float) Method

Summary

Interpolate using Animancer.Easing.Elastic.In(System.Single) (0 to 0.5) or Animancer.Easing.Elastic.Out(System.Single) (0.5 to 1).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Easing.Elastic

Syntax

public static float InOut(float value)

Remarks

Easings.net has a graph of this function.

Parameters

Name Type Description
value float

Return Value

Type Description
float