ScaleAnimation

The ScaleAnimation component represents an animation that scales the content.

Behaviors

This component supports the following behaviors:

BehaviorProperties
Animationanimation, animationOptions
Bookmarkbookmark, bookmarkLevel, bookmarkTitle, bookmarkOmitFromToc
Component Labellabel, labelPosition, labelWidth, labelBreak, required, enabled, shrinkToLabel, style, readOnly
Publish/SubscribesubscribeToTopic
Tooltiptooltip, tooltipMarkdown, tooltipOptions
Styling Variantvariant

Properties

animateWhenInView

Indicates whether the animation should start when the component is in view.

delay

default: 0

The delay before the animation starts in milliseconds

duration

The duration of the animation in milliseconds.

from

default: 0

The initial scale of the content.

loop

default: false

Indicates whether the animation should loop

reverse

default: false

Indicates whether the animation should run in reverse

to

default: 1

The final scale of the content.

Events

started

Event fired when the animation starts

stopped

Event fired when the animation stops

Exposed Methods

start

Starts the animation

stop

Stops the animation

Styling

This component does not have any styles.