Appends a new animation to the current one.
Protected
assertForks the current animation builder, allowing to create a new animation that is a copy of the current one. If any of the animations are generators, an error will be thrown.
Morphs the current animation to the given color.
Repeats the current animation the given number of times.
Appends a new animation to the current one, but provides smooth transition between last frame of the current animation and first frame of the new one.
Waits for the given time, retaining current color and state.
Static
startStatic
start
Our primary class for building complex animations. You SHOULD use static methods to create an instance of this class, but you are an adult. You can extend this class and use it as you want.