Auto playing Screens?

Hi! I’m pretty new to Adalo, so please forgive me if any of my questions are common knowledge. Is there any way to add timed screens on Adalo? For example, I want one screen to autoplay after XX seconds. Is it also possible to add GIFs to Adalo?

Hey @Anonymous2

Yes, you can achieve this using a countdown component. Once the countdown reaches zero, you can trigger a navigation action to the next screen, creating an auto-play effect.

For animations:

  • There is a Lottie component available that lets you display animations using JSON files.

  • Regular GIFs should also work fine inside a standard Image component.

Depending on what you’re building (onboarding, slideshow, splash screens, etc.), either approach should work nicely

Thank you! I’ll try that. I’m having another issue. I’m trying to preview my app but it keeps saying that the screen is missing, even though there are multiple screens? The initial screen that I want the app to open on has been set as the home and welcome screen. I’ve also tried opening it in two different browsers, but it still won’t work. Could it be an internet issue?