Skip to content

Instantly share code, notes, and snippets.

@motdotla
Created April 10, 2013 20:41
Show Gist options
  • Select an option

  • Save motdotla/5358247 to your computer and use it in GitHub Desktop.

Select an option

Save motdotla/5358247 to your computer and use it in GitHub Desktop.
-webkit-animation: writeText 0.5s ease; /* Safari 4+ */
-moz-animation: writeText 0.5s ease; /* Fx 5+ */
-o-animation: writeText 0.5s ease; /* Opera 12+ */
animation: writeText 0.5s ease; /* IE 10+ */
&:nth-child(1) {
-webkit-animation-duration: 0.5s;
}
&:nth-child(2) {
-webkit-animation-duration: 1s;
}
&:nth-child(3) {
-webkit-animation-duration: 1.5s;
}
&:nth-child(4) {
-webkit-animation-duration: 2s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment