SineEase.EaseInCore Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides the logic portion of the easing function that you can override to produce the EaseIn mode of the custom easing function.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides Function EaseInCore ( _ normalizedTime As Double _ ) As Double
Parameters
- normalizedTime
- Type: System.Double
Normalized time (progress) of the animation.
Show: