Skip to main content

blink()

Description#

Draws Zumi's blinking animation on the screen.

Syntax#

blink()

Parameters#

None

Returns#

None

Example Code#
Python#
#Python code
from zumi.util.screen import Screen
screen = Screen()
screen.blink()