Hi, I am quite new at Bubble and I have a small question. I am currently building a Login page on Mobile version. Is there a way to show a certain element after a few seconds (like 1.5s) to make it more interactive?
Yes, create a custom event first, then inside your custom event, add your disired action like show a popup or show a hidden group (whatever you want). Then create another workflow of type “when page is loaded”, and add a action called “schedule a custom event”, choose your last created custom event, then set your desired time
Thank you for replying. I am going to try this out!!