hasOpGroupAnimations property

bool get hasOpGroupAnimations

Whether any non-bulk animations (operation groups or standalone) are currently active. When false and isBulkAnimating is true, the render object can use its scalar-offset fast path for the whole frame.

Implementation

bool get hasOpGroupAnimations =>
    _operationGroups.isNotEmpty || _hasAnyStandalone;