Loading graphic?

My Hype presentation is nearly 9 Mb. Is there anyway to create a "loading" graphic or animation to show viewers it's coming?

The simplest way is to check "Show loading indicator" in the Document Inspector.

Other than that, there are manual techniques here:

Unfortunately there's not currently a way to make a good progress indicator without extreme effort.

Of course if possible I would advise trying to reduce resources and the initial load time if possible! :slight_smile:

Thanks! That worked like a charm! I just didn't know about it and I was searching for "Loading" without getting any results. I'm still testing my file on other computers and may break it down into smaller bits if needed.

1 Like

a progress bar? http://github.hubspot.com/pace/docs/welcome/

(specifically in regards to a progress bar, I mean there's no way to get % loading data out of Hype's runtime currently. So if you want to show accurate progress you'd need to take over the entire preloading flow yourself)

Any 'progress' on this (sorry :slight_smile: )?

We are exploring loading screen options for our Hype created web book in development galdosgift.com

Currently we are using a custom loading screen that shows a GIF and a piece of static text. Which is relatively reassuring for the user but maybe not as much as a progress bar.

Is it still the case that progress bars for loading screens are a no no?

At present (Hype v4.1.18) there are no new features to help with the preloading process. You would need to control the preload yourself if you want to achieve progress indication.

Thanks, Jonathan.

I guess the GIF does give some confidence that the book is loading and it may be that we animate the text below in some way too.

1 Like