TextAnimation
General
TextAnimation és una classe en FOSS per Python. Heretaris de: ITextAnimation.
Representació d’animació de text.
Aquesta classe proporciona 4 mètodes per treballar amb objectes TextAnimation en programes de Python. Els mètodes disponibles inclouen: __init__, add_effect, build_type, effect_animate_background_shape. Tots els membres públics són accessibles a qualsevol aplicació de Python després d’instal·lar el paquet FOSS per Python. Propietats: build_type, effect_animate_background_shape.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
build_type | BuildType | Llegir/Escriure | Obté o fixa el tipus de construcció. |
effect_animate_background_shape | IEffect | Llegir/Escriure | Obté o fixa l’efecte animar la forma de fons. |
Mètodes
| Signatura | Descripció |
|---|---|
__init__() | |
add_effect(effect_type, subtype, trigger_type) → IEffect | No implementat en l’edició FOSS llança a temps d’execució. Adjunta un nou efecte d’animació del tipus, subtipus i desencadenador donat, retornant una IEffect |
build_type() → BuildType | Lista de tipus de construcció (per exp. |
effect_animate_background_shape() → IEffect | Efect de forma vinculat amb grup o no (null) Llegir/escriure. |