getAnimations abstract method

List<CharacterAnimation> getAnimations(
  1. double progress,
  2. int charCount
)

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);