Animation Framework
Allows creating new animation types easily by providing the following generic types: LinearAnimationBase<T>, KeyFramesAnimationBase<T> and IAnimationCalculator<T>.
For more information see the
Creating new animation types blog post.