Defines an Animation class for a component.
Adding an animation to a component will have this component animated automatically as soon as the component appears on the page. You can choose the animation name, and some other properties to control the animation.
If you want the animation to be triggered by an event such as (tap) (click) or PageEvents, use instead the Animate action
Name | Description |
---|---|
Animation Name | Defines the animation class name. This can be any of the animations defined by the animate.css package. See https://daneden.github.io/animate.css |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Is active | Defines whether the component is active. |
Is infinite | Defines whether the animation loops infinitely. |