Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.15 KB

itemcollectiontransitionprovider_queuetransition_1834559713.md

File metadata and controls

31 lines (17 loc) · 1.15 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider.QueueTransition(Microsoft.UI.Xaml.Controls.ItemCollectionTransition)
winrt method

Microsoft.UI.Xaml.Controls.ItemCollectionTransitionProvider.QueueTransition(Microsoft.UI.Xaml.Controls.ItemCollectionTransition)

-description

Prepares a transition animation to be started by a call to StartTransitions.

-parameters

-param transition

The transition to be animated.

-remarks

This method is called on an ItemCollectionTransitionProvider object when a UIElement for a corresponding data object wants an operation to be animated. It adds a CompositionTarget.Rendering event handler if one does not already exist, which will call StartTransitions to actually set up the transition animations to be run.

-see-also

-examples