Template:Audio

From Blue Archive Wiki
Revision as of 03:59, 2 July 2024 by PetraMagna (talk | contribs) (add file link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Adapted from CodePen with MIT license.

Loading...
Loading...
Loading...
BGM pauses
  1. Allow custom styles (especially transform scale). Maybe allow custom class as well?
  2. Style tweaks.
  3. Lazy updates to progress bar and time: do not update when audio is paused or not started. <- sort of done: only overhead is a check against the previous playtime
  4. Lazy loading. Especially helpful for pages with hundreds of audio files. <- not urgent: this reduces latency anyway
  5. Draggable progress bar and volume control.
  6. Mobile compatibility test.