iLemming
iLemming

Reputation: 36166

Easing functions in WPF animation

Can you guys tell me is there any good, kind of a sample app where you can try all those easing functions with different parameters and see the changes?

I mean there are two actual reasons why I can't built myself one:

Upvotes: 1

Views: 2664

Answers (2)

iLemming
iLemming

Reputation: 36166

Matthew MacDonald tells about a very good example:

in his book Windows Presentation Foundation in .Net 4

Pretty good though...

Upvotes: 5

John Gardner
John Gardner

Reputation: 25106

You can preview most/all of them in Expression Blend, can't you?

Not exactly a sample app, but most of the easing functions would really depend on what you're animating, wouldn't they? So it'd be easiest to just see them on your code in a designer environment?

Upvotes: 1

Related Questions