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