Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 925 Bytes

expressionanimation_expression.md

File metadata and controls

22 lines (15 loc) · 925 Bytes
-api-id -api-type
P:Microsoft.UI.Composition.ExpressionAnimation.Expression
winrt property

Microsoft.UI.Composition.ExpressionAnimation.Expression

-description

The mathematical equation specifying how the animated value is calculated each frame. The Expression is the core of an ExpressionAnimation and represents the equation the system will use to calculate the value of the animation property each frame. The equation is set on this property in the form of a string. Although expressions can be defined by simple mathematical equations such as “2+2”, the real power lies in creating mathematical relationships where the input values can change frame over frame.

-property-value

The mathematical equation specifying how the animated value is calculated each frame.

-remarks

-examples

-see-also