Skip to content

Instantly share code, notes, and snippets.

@hopearmstrong
Last active April 2, 2019 06:33
Show Gist options
  • Save hopearmstrong/58b7c90f161173c17f3a7b6188c94a8e to your computer and use it in GitHub Desktop.
Save hopearmstrong/58b7c90f161173c17f3a7b6188c94a8e to your computer and use it in GitHub Desktop.
Line drawing SVG - pt. 3
#line
stroke-dasharray: 497
stroke-dashoffset: 497
animation: draw 1400ms ease-in-out 4ms forwards
@keyframes draw
from
stroke-dashoffset: 1000
to
stroke-dashoffset: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment