You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
connected animations
About this tag
The connected animations tag on WindowsForum.com covers discussions about smooth, coordinated animations in the Windows UI platform, particularly within Universal Windows Platform (UWP) apps. Topics include implicit hide and show animations, custom animations, and layout animations using the Visual Layer and Composition APIs, as introduced in the Windows 10 Creators Update. These features help developers create fluid transitions and responsive interfaces without jarring layout changes. The tag focuses on developer-oriented content related to Windows UI APIs and animation techniques.
The Windows 10 Creators Update marks the third major release of the Windows UI platform APIs. With each release, an attempt is frequently made to simplify features introduced in prior releases. This encourages Universal Windows Platform (UWP) developers to standardize on these features. The new...
When the layout of your Universal Windows Platform (UWP) app changes, there is often a slight pause as your app rearranges content to fit the new window size or orientation. Composition APIs let you create smooth-as-butter animations between these states so your layout changes won’t jar your...