Version

EasingFunctionHandler Delegate

Represents an easing function for an animation.
Syntax
public delegate double EasingFunctionHandler( 
   double time
)

Parameters

time
The input type for the function between 0 and 1

Return Value

The output progress (0 is beginning, 1 is end, unclamped).
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also