supported property
bool
get
supported
Whether an animation is appropriate for the current output.
Implementation
static bool get supported {
if (ColorizeLogger.verbosity != LogVerbosity.normal) return false;
return isTerminal();
}