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 |
---|---|
The name of the animation. |
Sample - JavaScript
var animation = new TcHmi.Animation('ViewDesktopBeckhoffLogo', '');
var name = animation.animationName(); // 'anim-f5c1b905-a308-4559-d85b-33bf0a2656ca'
Available from 1.8 |