Property-based animations are linear, whereas the key-frame-based animations are non-linear and are used to create Beizer-based interpolations. But creation of such effects is not so easy. To overcome this, WPF 4 introduces easing functions to turn a linear animation into a non-linear one and add some easing effects to those animation objects.
In this recipe, we will learn how to do this with a suitable example.