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