dispose method

void dispose()

Disposing all animations.

Implementation

void dispose() {
  _pos.dispose();
  _textStyle.dispose();
}