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#
class-attribute
      instance-attribute
  
#
duration: DurationValue = field(
    default_factory=lambda: Duration(milliseconds=100)
)
The duration of the fade in animation.
class-attribute
      instance-attribute
  
#
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.
class-attribute
      instance-attribute
  
#
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.