constructor

[ Funktion ]

public constructor(controlName: string, selector: string);

Erzeugt eine neue Animation.

Parameter

Name

Typ

Beschreibung

controlName

string

Der Name des Controls das animiert werden soll.

selector

string

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', '');
constructor 1:

Verfügbar ab Version 1.8