2018-03-11 18:17:35 +01:00
|
|
|
component AudioPlayer
|
2018-03-11 20:22:33 +01:00
|
|
|
#audio-player
|
2018-03-12 00:59:23 +01:00
|
|
|
#audio-player-anime-info.hidden
|
2018-06-06 07:20:33 +09:00
|
|
|
a#audio-player-anime-link(href="", title="", aria-label="Anime image")
|
2018-03-11 23:12:21 +01:00
|
|
|
img#audio-player-anime-image.lazy.hidden(data-src="", data-webp="true", alt="Anime cover")
|
2018-03-11 22:42:58 +01:00
|
|
|
|
2018-06-06 07:20:33 +09:00
|
|
|
a#audio-player-track-title(href="", aria-label="Track title")
|
2018-03-11 22:42:58 +01:00
|
|
|
|
2018-03-11 21:28:07 +01:00
|
|
|
#audio-player-controls
|
2018-04-19 15:04:25 +02:00
|
|
|
button#audio-player-prev.audio-player-side-button.action(data-action="playPreviousTrack", data-trigger="click", aria-label="Previous track")
|
2018-03-11 21:28:07 +01:00
|
|
|
RawIcon("step-backward")
|
|
|
|
|
|
|
|
.audio-player-play-pause-container
|
2018-04-19 15:04:25 +02:00
|
|
|
button#audio-player-play.action(data-action="resumeAudio", data-trigger="click", aria-label="Play")
|
2018-03-11 21:28:07 +01:00
|
|
|
RawIcon("play")
|
|
|
|
|
2018-04-19 15:04:25 +02:00
|
|
|
button#audio-player-pause.fade-out.action(data-action="pauseAudio", data-trigger="click", aria-label="Pause")
|
2018-03-11 21:28:07 +01:00
|
|
|
RawIcon("pause")
|
|
|
|
|
2018-04-19 15:04:25 +02:00
|
|
|
button#audio-player-next.audio-player-side-button.action(data-action="playNextTrack", data-trigger="click", aria-label="Next track")
|
2018-03-11 21:28:07 +01:00
|
|
|
RawIcon("step-forward")
|
2018-03-11 18:17:35 +01:00
|
|
|
|
2018-06-06 07:20:33 +09:00
|
|
|
input#audio-player-volume.action(data-action="setVolume", data-trigger="input", type="range", min="0", max="100", value="50", aria-label="Change volume")
|