Class FloatAnimation
Implements animation for float type property
Inheritance
System.Object
FloatAnimation
Inherited Members
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class FloatAnimation : BaseAnimation<float, FloatAnimation>
Constructors
FloatAnimation()
Initializes a new instance of the FloatAnimation class.
Declaration
public FloatAnimation()
Methods
UpdateCore(Double)
Updates animation core - virtual method for custom code of child animations
Declaration
protected override object UpdateCore(double progress)
Parameters
Type | Name | Description |
---|---|---|
System.Double | progress | The progress. |
Returns
Type | Description |
---|---|
System.Object |