GgMapAnimationExtension
GgMapAnimationExtension adds a .map(...) function to the Animation class.
Getting Started
Assuming you have a given animation, use the .map(...) function to map
the animation to a different value, e.g. to an angle.
final mappedAnimation = animation.map((i) => 2 * pi * i);