Skip to content

Instantly share code, notes, and snippets.

@blakazulu
Last active November 3, 2020 18:18
Show Gist options
  • Save blakazulu/b4fd93541cc8bdf94d68f756662c75b6 to your computer and use it in GitHub Desktop.
Save blakazulu/b4fd93541cc8bdf94d68f756662c75b6 to your computer and use it in GitHub Desktop.
type-delete - medium demo
.blink {
border-right-style: solid;
animation: 1s blink infinity;
}
@keyframes blink {
to {
opacity: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment