Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.34 KB

interactiontrackerinertiamotion_motion.md

File metadata and controls

26 lines (16 loc) · 1.34 KB
-api-id -api-type
P:Windows.UI.Composition.Interactions.InteractionTrackerInertiaMotion.Motion
winrt property

Windows.UI.Composition.Interactions.InteractionTrackerInertiaMotion.Motion

-description

An ExpressionAnimation describing the modified motion for InteractionTracker if the expression in the Condition property is true.

The Motion property is an ExpressionAnimation that describes the motion InteractionTracker will utilize during Inertia when the corresponding condition is met. The expression will be evaluated every frame while InteractionTracker is in Inertia and must resolve to a type Float, otherwise an error will be thrown when the equation is evaluated. See the ExpressionAnimation class page for more details on building expressions.

-property-value

An ExpressionAnimation describing the modified motion for InteractionTracker if the expression in the Condition property is true.

-remarks

-examples

-see-also