manipulationpropertyset

About this tag
The manipulationpropertyset tag covers topics related to the Composition APIs in Universal Windows Platform (UWP) apps, specifically focusing on manipulation-driven custom animations. Content discusses how the Composition APIs provide a robust animation engine that runs in a separate process from the UWP app, ensuring consistent 60 frames per second performance across devices from IoT to high-end gaming machines. The tag highlights the ability to create low-level, high-performing custom animations controlled by manipulation properties, such as those used with XAML ScrollViewer's ManipulationPropertySet. This enables smooth interaction and motion within Windows apps.
  1. News

    Smooth Interaction and Motion with the Visual Layer

    The Composition APIs come with a robust animation engine that provides quick and fluid motion running in a separate process from your Universal Windows Platform (UWP) app. This provides a consistent 60 frames per second when running your app on an IoT device as well as on a screaming gaming...
Back
Top