@keyframes draw{to{stroke-dashoffset:0}}.symbol{stroke:#000;stroke-width:10px;stroke-linecap:round;fill:#0000}.drawn-symbol path{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:1s ease-in-out forwards draw}.hover-draw:hover path{animation:1s ease-in-out infinite alternate draw}.fade-enter-active,.fade-leave-active{transition:opacity 2s}.fade-enter-from,.fade-leave-to{opacity:0}.fade-out{animation:.5s ease-out forwards fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
