Method | Description | |
---|---|---|
ColorAnimation ( |
Initializes an instance of an ColorAnimation.
|
Method | Description | |
---|---|---|
PerformTweening ( double frame ) : void |
public ColorAnimation ( |
||
o | The object to animate. | |
dp | The property on the object to animate. | |
duration | System.TimeSpan | The time span over which the animation performs the interpolation. |
targetValue | Color | The value to interpolate to. |
return | System |
protected PerformTweening ( double frame ) : void | ||
frame | double | |
return | void |