[]
You can apply the entrance and exit animation on dashboard components, including all the built-in components and custom visuals.
Here is a video walkthrough of adding animations to the Dashboard components.
You can add the Entrance Animation in two ways using the Inspector tab:
On the scenario itself using Entrance Animation property under Animation section.
Through Command option in the Click Action property under Interaction section.
Let us assume that we have a dashboard with three pages. In the dashboard, on page 2, there is a Column Chart, a Label Slicer, and an Image component, and on page 3 there is a Tab Container.
On page 2, select the Column Chart and go to the Inspector tab.
Under the Animation section, go to the Entrance Animation property. By default, the property is set to None.
Select the entrance animation to be applied to the column chart from the dropdown list. After selecting the animation, two more fields Delay(s) and Duration(s) are displayed.

The default value of Delays(s) is 0 seconds, and the default value of Durations(s) is 1.8 seconds.
You can set the Delay and loading Duration (in seconds) for the selected animation from these fields.
Similarly, for the Label Slicer add the animation.
On page 3, select the Tab Container and add the animation.

Entrance Animation |
|---|
backInDown, backInLeft,backInRight,backInUp |
bounceIn, bounceInDown, bounceInLeft, bounceInRight, bounceInUp |
fadeIn, fadeInDown, fadeInLeft, fadeInRight, fadeInUp |
slideInDown, slideInLeft, slideInRight, slideInUp |
lightSpeedInRight, lightSpeedInLeft |
rotateIn, rotateInDownLeft, rotateInDownRight,rotateInUpLeft, rotateInUpRight |
zoomIn, zoomInDown, zoomInLeft, zoomInRight, zoomInUp |
Note: Entrance Animation property is supported in all scenarios except the Card Chart scenario.
You can control the visibility of the scenarios while designing the dashboard and you can change their visibility on the viewer using the Click Action commands. So, you can display and hide some components dynamically. You can provide the animation effect for the show, hide, and toggle command components.
In this example, for the Image component on page 2, we will apply animation using the Command option in the Click Action property.
For the image component, on the Inspector tab, under the Interaction section, select the Click Action as Command. Now, add the Command Setting.

For more details on adding the animation on the Command Setting dialog, refer to the topic Dynamic Display of Components.
Go to page 2 and click the Preview button to preview the dashboard.
All the components will be shown with the entrance animation effects.
