hi there!
its possible Pre load all scenes of my webpage?
I am developing an interactive website based on small pieces of video and I would like to avoid the loading time between scenes. Is this possible?
hi there!
its possible Pre load all scenes of my webpage?
I am developing an interactive website based on small pieces of video and I would like to avoid the loading time between scenes. Is this possible?
By default, Hype preloads assets (images etc.) so there shouldn't be any loading. Although, videos are played as a stream when played. Maybe share a link to demonstrate what you mean.
some effort on this topic here: Fast playback with audio and video preload
@h_classen That is cool and Hype even puts the extra attribute directly on the video element.
Results in this code under the hood:
Haven't tested actual performance gains, though.
Also make sure to check Tumult Hype Documentation on resource optimization and preloading