Robert Crocker

Craft obsessed developer who designs.

← Back to the lab

22CD Insert

II · Drawing with SVG

offset-path slides the disc into the player along a curve.

Click

Source

3 files
<head>
  <link rel="stylesheet" href="/base.css" />
  <link rel="stylesheet" href="/styles.css" />
</head>
<body>
  <div class="iphone">
    <button class="cd-wrapper">
      <span class="cd" />
    </button>
  </div>
  <script src="/index.js" type="module"></script>
</body>