animationName

[ Function ]

public animationName(): string;

Returns the name generated for this animation. This name is used in CSS declarations and animation events.

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

string

The name of the animation.

Sample - JavaScript

var animation = new TcHmi.Animation('ViewDesktopBeckhoffLogo', '');
var name = animation.animationName(); // 'anim-f5c1b905-a308-4559-d85b-33bf0a2656ca'
animationName 1:

Available from 1.8