DotNetShoutout - Stories tagged with Pixel Shaders
5
Shouts

WPF transitions using pixel shaders and Blend SDK

posted by http://pwlodek.blogspot.com/http://pwlodek.blogspot.com/ 571 days, 16 hours, 26 minutes ago
Wednesday, November 02, 2011 2:43:17 AM GMT
WPF transitions are a very nice way to turn standard, boring application interactions into great user experiences, and show the author pays attention to details. There are basically two ways of implementing transitions in WPF. You can do a manual transition using RenderTransform to modify the visuals’ position, scaling and rotation. Or you can leverage pixel shaders. In this post I will discuss how to build a TransitionControl, which beautifully animates transitions from one visual state into the other. ... (more)
category: UX | clicked: 5 | comment | | source: pwlodek.blogspot.com
tags: Pixel Shaders, WPF, Transitions