isAnimationActive method

bool isAnimationActive()

Returns true if animation in process, otherwise return false.

Implementation

bool isAnimationActive() {
  return (_controller.isAnimating);
}