Mahdi Ghiasi
Mahdi Ghiasi

Reputation: 15311

WPF text entrance and exit transition effects

I want to create a WPF program with some nice effects (especially enterance and exit effects) for some text inside application.

I know transitionals library, but it doesn't have professional effects! (and some professional ones in that library are slow and laggy...)

Actually, I want some effects like effects in Microsoft Powerpoint 2010...

Is there any library or something to have such effects?

Upvotes: 2

Views: 920

Answers (1)

Geoff Cox
Geoff Cox

Reputation: 6152

Yes - there are several pixel shader style effects libraries. WPFFx is probably the most widely known one at http://wpffx.codeplex.com/.

Note: the site says "This requires .NET framework 3.5 SP1 and requires Direct X SDK at compile time.. (to build the PS files)." You will need to verify it works if you are running a later version of .NET.

Upvotes: 1

Related Questions