Added track display
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
component AudioPlayer
|
||||
#audio-player
|
||||
a#audio-player-track-title.ajax(href="")
|
||||
#audio-player-controls
|
||||
button#audio-player-prev.audio-player-side-button.action(data-action="playPreviousTrack", data-trigger="click")
|
||||
RawIcon("step-backward")
|
||||
|
@ -5,6 +5,22 @@
|
||||
margin 0.8rem 0
|
||||
min-height 90px
|
||||
|
||||
#audio-player-track-title
|
||||
color text-color
|
||||
font-size 0.7rem
|
||||
opacity 0.8
|
||||
text-align center
|
||||
padding 0.8rem
|
||||
animation title-flow 5s ease infinite alternate
|
||||
|
||||
animation title-flow
|
||||
0%
|
||||
transform rotateX(0)
|
||||
90%
|
||||
transform rotateX(0)
|
||||
100%
|
||||
transform rotateX(90deg)
|
||||
|
||||
#audio-player-controls
|
||||
horizontal
|
||||
justify-content center
|
||||
|
Reference in New Issue
Block a user