dispose method

void dispose()

Disposing all animations.

Implementation

void dispose() {
  value1.dispose();
  value2.dispose();
}