Source code for ooodev.format.inner.direct.draw.shape.text.animation.blink

from __future__ import annotations
from typing import cast, TYPE_CHECKING, overload, TypeVar, Type, Any, Set
from ooo.dyn.drawing.text_animation_kind import TextAnimationKind

from ooodev.exceptions import ex as mEx
from ooodev.units.unit_px import UnitPX
from ooodev.units.unit_mm import UnitMM
from ooodev.utils import props as mProps
from ooodev.format.inner.direct.draw.shape.text.animation.no_effect import NoEffect

if TYPE_CHECKING:
    from ooodev.units.unit_obj import UnitT

_TBlink = TypeVar("_TBlink", bound="Blink")




    # endregion Properties