Skip to content

Instantly share code, notes, and snippets.

<style id="jsbin-css">
.player {
background-color : red;
width : 32px;
height : 32px;
position : absolute;
transition : all .8s linear;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.0.3/vue.js"></script>