Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 634 Bytes

TransitionHelper.md

File metadata and controls

21 lines (17 loc) · 634 Bytes
title author description keywords dev_langs category subcategory experimental discussion-id issue-id icon
TransitionHelper
githubaccount
An animation helper that morphs between two controls.
TransitionHelper, Control, Layout
csharp
Controls
Layout
true
353
0
Assets/TransitionHelper.png

The TransitionHelper is a set of attached properties and APIs which allow for smooth animations between two sets of components on a single page. This is helpful for providing smooth experiences when morphing or expanding content based on scrolling or other user input.

Example

[!SAMPLE TransitionHelperFullExample]