EasingFunctionDelegate Delegate
Represents the delegate type for the easing function of the scrolling animation.
Namespace: BeeMobile.iMenuAssembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
public delegate double EasingFunctionDelegate(
double normalTime
)
Public Delegate Function EasingFunctionDelegate (
normalTime As Double
) As Double
- normalTime Double
- The normalized time from 0 to 1. 0 is the beginning of the animation, 1 is the end of the animation.
DoubleNormalized position from 0 to 1. The actual position offset from start toward end is multiplied by this value.