Hi everyone,
For the app I’m building I want to showcase a quote as the app loads. I want people to see the quote before signing/ logging or going directly to the explore page. How can I do that?
Thank you so much.
hergin
2
What do you mean by a quote? Some kind of a landing page before the user authenticated dashboard?
If this is the case, just design your quote page in the index, and then, have links to other pages to sign up etc.
Or I am missing something big in this question.
GH5T
3
You’re close. Think he wants a “quote” as a loading screen/splash screen on page load.
To do this:
- Create a group element (preferably a reusable)
- Make that group full width/height (remove the max width/height)
- Add a background color
- Add your quote(s)
- Add that element you made to your index page or your parent page.
- On page loaded (entirely) - Animate the loading element to fade out.
- Add a delay before it to as needed.