TabIndicatorAnimation TabIndicatorAnimation # Bases: Enum Defines how the tab indicator animates when the selected tab changes. ELASTIC = 'elastic' # The tab indicator animates with an elastic effect. LINEAR = 'linear' # The tab indicator animates linearly.