Template:Audio: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
(pause button complete)
No edit summary
Line 34: Line 34:
#Allow custom styles (especially transform scale). Maybe allow custom class as well?
#Allow custom styles (especially transform scale). Maybe allow custom class as well?
#Style tweaks.
#Style tweaks.
#Link to corresponding File page.
#Lazy updates to progress bar and time: do not update when audio is paused or not started.
#Lazy loading. Especially helpful for pages with hundreds of audio files.


</noinclude>
</noinclude>

Revision as of 16:36, 30 January 2024

Adapted from CodePen with MIT license.

Loading...
ClearMorning Short.ogg
Loading...
Theme 158 Intro.ogg
Loading...
Theme 59 Short.ogg
sound effect of rain
Loading...
AMB Helicopter.ogg
BGM pauses
  1. Allow custom styles (especially transform scale). Maybe allow custom class as well?
  2. Style tweaks.
  3. Link to corresponding File page.
  4. Lazy updates to progress bar and time: do not update when audio is paused or not started.
  5. Lazy loading. Especially helpful for pages with hundreds of audio files.