> For the complete documentation index, see [llms.txt](https://espergames.gitbook.io/animatables/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://espergames.gitbook.io/animatables/scripting-basics/creating-animations/animation-creator.md).

# Animation Creator

Animation Creator is a static class that assists with animation creation through scripting. It simplifies the process to a single line of code.

## Important Notes

Most methods available in this class are very similar in nature. They all accept parameters that you would see in the Animatable components, create an animation for a target object, and register the animation to Animation Manager (which starts the animation).

Each method accepts an AnimationCurve, which is an optional parameter. If you do not provide a value (leave it null), the default (linear) animation curve will be used.
