Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created August 3, 2012 15:14
Show Gist options
  • Save chestozo/3248541 to your computer and use it in GitHub Desktop.
Save chestozo/3248541 to your computer and use it in GitHub Desktop.
Untitled
.word {
letter-spacing: 0.2em;
animation-name: letters;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-duration: 1s;
}
@keyframes letters {
0% { letter-spacing: 0.2em; }
50% { letter-spacing: -0.56em; }
100% { letter-spacing: 0.2em; }
}
<span class="word">Боян</span>
{"view":"split-vertical","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment