Make spinwhell with appsheet

hi guys,
i want to build spinwhell with appsheet
but i will ask,

  1. when user click button, show animation in 5 sec.
  2. appsheet show multi animation loading,
    – loading first time with animation 1
    – loading second (when user click button) with animation 2
  3. after loading 2, showing image, and appear sound Like applause or something else.
    is possible with appsheet?

Hi @Mas_Syahdan_Filsafan

You may want to have a look at these threads:

[Animated Icons](https://community.appsheet.com/t/animated-icons/31386) Tips & Tricks ?

I have been using some GIF here and there in my apps to improve the UI and experiences. [D0A13ABB-1099-485B-8CE2-12D940AC6904] For static icons, I heavily used icon8 and they seems to be launching a set of animated Icon as well. See the list of some sites and services for those materials (Animated GIF icons) I found useful.

[Dynamic SVG graphics](https://community.appsheet.com/t/dynamic-svg-graphics/11758/122) Tips & Tricks ?

It’s been a while since I shared anything with the community, so I figured I could share some recent things I’ve been up to with SVGs… But first, a poll: poll Avoid asset load times Image assets that are hosted on a cloud fileshare service (e.g. OneDrive / Google drive) are lazy-loaded, with a loading animation being shown unless the image was previously cached on the device: This behavior is good for user uploaded images, but not so desirable for application assets such as navi…

About your specifications:

Mas_Syahdan_Filsafan:

when user click button, show animation in 5 sec.

You can’t do that by construction.

Mas_Syahdan_Filsafan:

appsheet show multi animation loading,> – loading first time with animation 1> – loading second (when user click button) with animation 2> after loading 2, showing image, and appear sound Like applause or something else.

You may want to add a show_if condition on each of your svg animation

i want to build multi animation loading in different page

like this
but its only one
i want to build multi animation in different page

Not possible.