Animation test for start screen

What do you want to achieve?

I would like to make fade-in, fade-out animation with my logo. How can I test it in SL?

What have you tried so far?

I added logo and setup animation and events in SL.

Screenshot or video

sl_anim

Others

  • SquareLine Studio version:
    1.0.1
  • Operating system:
    Win 10
  • Target hardware:
    ESP32 with ILI9341

If I understood correctly you want a fade-in animation when the screen is loaded and after a few second play a fade-off animation, right?

Yes, I want exactly this :slight_smile:

I’ve attached a demo project which shows a simple solution.
It used 2 animations: fade in and fade out with some delay. To make it more interesting, I added a zoom animation too. In case of zoom and rotation don’t forget to set the pivot point on the inspector panel.
I’ve created the events on the screen with SCREEN_LOAD_START trigger. I added a pla animation action and a screen change action with some delay.

logo_anim

logo_anim.zip (25.5 KB)

1 Like