How to play animation in panel?

i want play animation in the panel, the one screen have 2 panel,every panel play an animation. but i add event in panel and trigger is SCREEN_LOADED the animation is not available。 and if set CLICKED the animation can be play.
so how to play animation in panel?

Others

  • SquareLine Studio version:1.3.
  • **Operating system:windows
  • **Target hardware:

I’m not sure if I understand correctly, but if you’d like to play animations in panels when the screen is loaded, you have to set the ‘SCREEN_LOADED’ event on the screen, not the panels. The animation then can still have the objects inside the panels as targets.

yes! you are right! thank you very much!