Bounce.

InOut(float) Method

Summary

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

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