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

Property Type Category Description
Animation Name String standard 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 String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Is active boolean standard Defines whether the component is active.
Is infinite boolean standard Defines whether the animation loops infinitely.