FadeInTileDisplay
Inherits: TileDisplay
A TileDisplay that should get faded in.
Properties
-
duration(DurationValue) –The duration of the fade in animation.
-
reload_start_opacity(Number) –Opacity start value when a tile is reloaded.
-
start_opacity(Number) –Opacity start value when a tile is faded in.
Properties#
duration
#
duration: DurationValue = field(
default_factory=lambda: Duration(milliseconds=100)
)
The duration of the fade in animation.
reload_start_opacity
#
reload_start_opacity: Number = 0.0
Opacity start value when a tile is reloaded.
Raises:
-
ValueError–If its value is not between
0.0and1.0inclusive.
start_opacity
#
start_opacity: Number = 0.0
Opacity start value when a tile is faded in.
Raises:
-
ValueError–If its value is not between
0.0and1.0inclusive.