Animation when reloading the dataset

Is there a way to activate the animations when only the data set is loaded?

Many thanks for your help

Depends on how your code works. If you have some JavaScript for running the animation you could use the success event to trigger the animation. If you use a css class to toggle the animation you can toggle it using an expression like dmx-class:animate="sc1.data", default the data of serverconnect component is null, so the class toggle only sets the animate class when the data is being set.