This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Display a loading animation on the play/pause button when an audio is being loaded #632
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
✨ goal: improvement
Improvement to an existing user-facing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🚦 status: awaiting triage
Has not been triaged & therefore, not ready for work
Problem
Switching between several audio tracks results in small (or sometimes larger) periods of seeming unresponsiveness while the audio track's URL is set to the audio element's current
src
and the audio loads.Try playing several different audio tracks in a related audio section one after the other to see this feeling of unresponsiveness.
Description
We could add some kind of loading animation to the play/pause button to indicate that the audio track is being loaded.
cc @panchovm for designs. Can we just use the loader? Or a different spinner? Maybe something else.
Alternatives
Somehow pre-fetch audio tracks when someone hovers over the play/pause button for a determined period of time, or when someone seeks the audio.
Implementation
The text was updated successfully, but these errors were encountered: