animates property

bool get animates
inherited

Implementation

bool get animates {
  return style?.positionType == LayoutPosition.relative &&
      style?.animationStyle != LayoutAnimationStyle.none &&
      interpolation != LayoutStyleInterpolation.hold &&
      interpolationTime > 0;
}