Is there a way to trigger an animation for a widget from a component?
I have a page with a page view and generated children.
There is a slider in all children. The slider should trigger an animation when sliding.
It is not possible to use a slider as a generated child, only if you convert it into a component and from a component I cannot trigger the animation, because the slider is not on the same page.
Is there another possibility to trigger the animation or use a slider inside the generated childen?