-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Enhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Milestone
Description
Today it's incredibly hard to make smooth animations in WPF. And kind of computation done on the UI thread will make the animation jerky.
Both Silverlight and UWP have a compositor thread: a thread dedicated to rendering operations that can work concurrently with the UI thread. It's capable only of simple animations (translation, rotation, transparency...) that do not affect the overall layout (and so do not require a recomputation of the logical tree). I believe this would be a great addition to WPF.
mgnslndh, jnm2, arkadiuszwojcik, dotMorten, lindexi and 30 moredongseok76dongseok76 and Oryan-Hassidimdongseok76 and Oryan-Hassidim
Metadata
Metadata
Assignees
Labels
Enhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions