This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper" id="app"> | |
<div class="player"> | |
<div class="player__top"> | |
<div class="player-cover"> | |
<transition-group :name="transitionName"> | |
<div class="player-cover__item" v-if="$index === currentTrackIndex" :style="{ backgroundImage: `url(${track.cover})` }" v-for="(track, $index) in tracks" :key="$index"></div> | |
</transition-group> | |
</div> | |
<div class="player-controls"> | |
<div class="player-controls__item -favorite" :class="{ active : currentTrack.favorited }" @click="favorite"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper" id="app"> | |
<div class="player"> | |
<div class="player__top"> | |
<div class="player-cover"> | |
<transition-group :name="transitionName"> | |
<div class="player-cover__item" v-if="$index === currentTrackIndex" :style="{ backgroundImage: `url(${track.cover})` }" v-for="(track, $index) in tracks" :key="$index"></div> | |
</transition-group> | |
</div> | |
<div class="player-controls"> | |
<div class="player-controls__item -favorite" :class="{ active : currentTrack.favorited }" @click="favorite"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper" id="app"> | |
<div class="player"> | |
<div class="player__top"> | |
<div class="player-cover"> | |
<transition-group :name="transitionName"> | |
<div class="player-cover__item" v-if="$index === currentTrackIndex" :style="{ backgroundImage: `url(${track.cover})` }" v-for="(track, $index) in tracks" :key="$index"></div> | |
</transition-group> | |
</div> | |
<div class="player-controls"> | |
<div class="player-controls__item -favorite" :class="{ active : currentTrack.favorited }" @click="favorite"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper" id="app"> | |
<div class="player"> | |
<div class="player__top"> | |
<div class="player-cover"> | |
<transition-group :name="transitionName"> | |
<div class="player-cover__item" v-if="$index === currentTrackIndex" :style="{ backgroundImage: `url(${track.cover})` }" v-for="(track, $index) in tracks" :key="$index"></div> | |
</transition-group> | |
</div> | |
<div class="player-controls"> | |
<div class="player-controls__item -favorite" :class="{ active : currentTrack.favorited }" @click="favorite"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper" id="app"> | |
<div class="player"> | |
<div class="player__top"> | |
<div class="player-cover"> | |
<transition-group :name="transitionName"> | |
<div class="player-cover__item" v-if="$index === currentTrackIndex" :style="{ backgroundImage: `url(${track.cover})` }" v-for="(track, $index) in tracks" :key="$index"></div> | |
</transition-group> | |
</div> | |
<div class="player-controls"> | |
<div class="player-controls__item -favorite" :class="{ active : currentTrack.favorited }" @click="favorite"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper" id="app"> | |
<div class="player"> | |
<div class="player__top"> | |
<div class="player-cover"> | |
<transition-group :name="transitionName"> | |
<div class="player-cover__item" v-if="$index === currentTrackIndex" :style="{ backgroundImage: `url(${track.cover})` }" v-for="(track, $index) in tracks" :key="$index"></div> | |
</transition-group> | |
</div> | |
<div class="player-controls"> | |
<div class="player-controls__item -favorite" :class="{ active : currentTrack.favorited }" @click="favorite"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="main"> | |
<h1>something</h1> | |
<div class="content"> | |
<p>You can press <kbd>▲</kbd> <kbd>▼</kbd> on your keyboard or swipe up/down to navigate. Mouse wheel works too.</p> | |
<p><a href="https://codepen.io/theseventh" target="_blank">codepen</a> // <a href="https://twitter.com/the_seventh_kek" target="_blank">twitter</a> | |
</div> | |
<div class="buttons"> | |
<button class="next" onclick="go(-1)"></button> | |
<button class="prev" onclick="go(1)"></button> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="main"> | |
<h1>something</h1> | |
<div class="content"> | |
<p>You can press <kbd>▲</kbd> <kbd>▼</kbd> on your keyboard or swipe up/down to navigate. Mouse wheel works too.</p> | |
<p><a href="https://codepen.io/theseventh" target="_blank">codepen</a> // <a href="https://twitter.com/the_seventh_kek" target="_blank">twitter</a> | |
</div> | |
<div class="buttons"> | |
<button class="next" onclick="go(-1)"></button> | |
<button class="prev" onclick="go(1)"></button> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="main"> | |
<h1>something</h1> | |
<div class="content"> | |
<p>You can press <kbd>▲</kbd> <kbd>▼</kbd> on your keyboard or swipe up/down to navigate. Mouse wheel works too.</p> | |
<p><a href="https://codepen.io/theseventh" target="_blank">codepen</a> // <a href="https://twitter.com/the_seventh_kek" target="_blank">twitter</a> | |
</div> | |
<div class="buttons"> | |
<button class="next" onclick="go(-1)"></button> | |
<button class="prev" onclick="go(1)"></button> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="jake"> | |
<div class="face"> | |
<div class="eye"> | |
<div class="cheek-left"></div> | |
</div> | |
<div class="eye"> | |
<div class="cheek-right"></div> | |
</div> | |
<div class="mustache"> |