Skip to content

Instantly share code, notes, and snippets.

@Poltergeist
Created September 19, 2013 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Poltergeist/6624056 to your computer and use it in GitHub Desktop.
Save Poltergeist/6624056 to your computer and use it in GitHub Desktop.
Untitled
.mouth{
background: black;
background-image: linear-gradient(#ccc,#fff), linear-gradient(#fff,#ccc);
background-size: 100% 20px;
background-position: center 0px, center 20px;
background-repeat: no-repeat;
height: 40px;
width: 20%;
animation: lips 1s linear infinite;
position: relative;
border-radius: 100% 100% 0 0;
}
@keyframes lips{
0%{
background-position: center 0px, center 20px;
background-size: 100% 20px,100% 20px;
}
50%{
background-position: center 0px, center 40px;
background-size: 100% 0px,100% 0px;
}
}
<div class="mouth"></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment