NGEasing EaseInBackOut Method ScoreFlash API Documentation V4.6.0
Softly eases in, then overshoots a little, bounces back a little and comes to rest.

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public static float EaseInBackOut(
	float from,
	float to,
	float frac
)

Return Value

a nice curve from from to to
Remarks

Generated using: http://timotheegroleau.com/Flash/experiments/easing_function_generator.htm Starting with preset "in-out cubic" and adjusting the values: Using P0: 0, P1: 0.01, P2: 0.24, P3: 1.9495, P4: 0.77, P5: 1
See Also