tags:

views:

91

answers:

1

I am looking for any best practices or guidelines regarding animation in WPF. Especially information regarding performance considerations.

A: 

I am also looking for WPF animation best practices. I have been using WPF for only abourt a month now. It seems that when getting into animation and storyboards the XAML can start to get littered with animation code. I suspect it would eventually be hard to determine/debug what code was affecting what control when multiple animation effects might apply to a control or style.

Is there a book or website that might have tips on where to place animation XAML and how to structure it?

Thanks! Matt Penner

Matt Pnner