Animation does not run

What do you want to achieve?

I have created a simple animation, an image I would like to rotate infinitely.

What have you tried so far?

Created the Animation called “AnlaufradAni”, Test Object is an Image named “Anlaufrad” (png file).
What is wrong?

Setting please see attached Screenshot.
Animation/Image does not rotate even in PLAY mode.

Screenshot or video

Others

  • SquareLine Studio version: 1.3.0
  • **Operating system:*Win 11
  • **Target hardware:ESP32-S3

You enter ugly values on left Anim panel. Primary param is Time for one cycle.
Start with 1000 is in ms.

Hello Marian, I have tried with the defaults first, did not help either.

BR.,
Thomas

Even these values do not work:

image

Hello Marian,

many thanks, but the angle value is incorrect. SLS counts angles in 1/10 steps. 360° = 3600.

I made it happen, that the animation I created runs in preview mode, but neither in PLAY mode nor on the device. Any ideas?

Animation is only created not started. On left play you can test , but in real you need add event or call anim from your code to start and define object used.
Select screen and add onload event start anim, then you see anim with both…

1 Like

Many thanks, will do and let you know!

These are details which I am missing in the docs…

Works! :ok_hand:

Many thanks!