getAnimations abstract method
Produces a list of per-character animations for the given progress.
progress ranges from 0.0 (start) to 1.0 (end). The returned list
must have exactly charCount elements.
Implementation
List<CharacterAnimation> getAnimations(double progress, int charCount);