FadeInTileDisplay
A TileDisplay that should get faded in.
Inherits: TileDisplay
Properties
duration- The duration of the fade in animation.reload_start_opacity- Opacity start value when a tile is reloaded.start_opacity- Opacity start value when a tile is faded in.
Properties
durationclass-attributeinstance-attribute
duration: DurationValue = field(default_factory=(lambda: Duration(milliseconds=100)))The duration of the fade in animation.