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.