Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created June 5, 2018 08:47
Show Gist options
  • Save shameemreza/b31b0c93303d38d4ce01d0227685fbb7 to your computer and use it in GitHub Desktop.
Save shameemreza/b31b0c93303d38d4ce01d0227685fbb7 to your computer and use it in GitHub Desktop.
.css-typing
{
width: 30em;
white-space:nowrap;
overflow:hidden;
-webkit-animation: type 5s steps(50, end);
animation: type 5s steps(50, end);
}
@keyframes type{
from { width: 0; }
}
@-webkit-keyframes type{
from { width: 0; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment