Skip to content

FadeInTileDisplay

Inherits: TileDisplay

A TileDisplay that should get faded in.

Properties

Properties#

duration class-attribute instance-attribute #

duration: DurationValue = field(
    default_factory=lambda: Duration(milliseconds=100)
)

The duration of the fade in animation.

reload_start_opacity 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.0 and 1.0 inclusive.

start_opacity 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.0 and 1.0 inclusive.