
We are proud to release 0.9 Beta of WPF Transition Framework or WTF.
WTF is a set of simple controls which help you in providing cool animation transitions to your WPF applications and all this can be done without having to write complex code to create timelines.
As mentioned in
Dax's blog using WTF is as simple as:
<WTFX:WTF Duration="250" Transition="BlurOut" Quality="Better">
<!-- Put your stuff here -->
</WTFX:WTF>This code will add
"BlurOut" Transition with Quality set to
"Better". It you like to change the animation to be more faster you can simply change the Quality to
"Faster", its that simple.
The 0.9 Beta version of WTF can be downloaded at
wtf.nukeation.com. A sample application is also provided in the download showing the use of WTF. Microsoft Expression Blend 1.0 or later, and Visual Studio 2008 Beta 1 or later will be required to use WTF.
You can checkout the
wishlist of features which we intend to add before the final release. For queries please feel free to
contact us.