constructor
[ Funktion ]
public constructor(controlName: string, selector: string);
Erzeugt eine neue Animation.
Parameter
Name | Typ | Beschreibung |
---|---|---|
controlName | Der Name des Controls das animiert werden soll. | |
selector | Ein CSS-Selektor um ein HTML-Element innerhalb des Controls auszuwählen, das animiert werden soll. Ein leerer String wählt das Root-Element des Controls aus. |
Beispiel – JavaScript
var animation = new TcHmi.Animation('ViewDesktopBeckhoffLogo', '');
Verfügbar ab Version 1.8 |