Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.13 KB

interactiontrackerinertiamotion_condition.md

File metadata and controls

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

Windows.UI.Composition.Interactions.InteractionTrackerInertiaMotion.Condition

-description

An ExpressionAnimation describing when the modifier should be applied.

The Condition property is an ExpressionAnimation that defines when the specified motion equation is utilized by InteractionTracker during Inertia. This expression gets evaluated once after the interaction occurs and must resolve to a type Bool, otherwise an error will be thrown when the condition is evaluated. See the ExpressionAnimation class page for more details on building expressions.

-property-value

An ExpressionAnimation describing when the modifier should be applied.

-remarks

-examples

-see-also