ReverseAnimation constructor

ReverseAnimation(
  1. Animation<double> parent
)

Creates a reverse animation.

Implementation

ReverseAnimation(this.parent);