Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Microsoft
Phone
Controls
TiltEffect.LogarithmicEase
C# Class Microsoft.Phone.Controls.TiltEffect.LogarithmicEase
Provides an easing function for the tilt return.
Inheritance:
System.Windows.Media.Animation.EasingFunctionBase
Mostra file
Open project: Kinnara/WPToolkit
Protected Methods
Method
Description
EaseInCore
(
double
normalizedTime
) :
double
Computes the easing function.
Method Details
EaseInCore()
protected
method
Computes the easing function.
protected
EaseInCore
(
double
normalizedTime
) :
double
normalizedTime
double
The time.
return
double