SVG Camera Animation

HTML
1
<h1 class='title'>Hit that <span class
    ='tx--red'>red</span> shutter button!
    </h1>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
STYLUS
1
2
$breakpoint = 798px
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ES6
1
2
(function(){
const $shutter = document.getElementById
      ('shutter'),
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Expand for more options Login