You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which has different appearances (by CSS styles or transitions) depending on the state of the playback
Proposal
body get classes like: playback-playing, playback-paused, playback-stopped; pos-start, pos-inbetween, pos-end, pos-undetermined, then I could have differentiated CSS selectors and trigger various CSS styles or transitions, like this:
On init with playback-stopped you have the album art fully visible, and a button large and center
A soon as you have playback-playing then album art fades ways or almost to black
The text was updated successfully, but these errors were encountered:
Proposal
playback-playing
,playback-paused
,playback-stopped
;pos-start
,pos-inbetween
,pos-end
, pos-undetermined
, then I could have differentiated CSS selectors and trigger various CSS styles or transitions, like this:playback-playing
then album art fades ways or almost to blackThe text was updated successfully, but these errors were encountered: