Skip to content

Instantly share code, notes, and snippets.

@Prinzhorn
Created December 20, 2011 21:43
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 Prinzhorn/1503419 to your computer and use it in GitHub Desktop.
Save Prinzhorn/1503419 to your computer and use it in GitHub Desktop.
Untitled
#box {
width:985px;
height:140px;
background:url(http://style.tutorials.de/v10/small-liveworkshops.jpg) repeat-y 0px 0px;
-moz-animation-duration: 5s;
-moz-animation-name: ticker;
-moz-animation-iteration-count:infinite;
-moz-animation-timing-function:linear;
}
@-moz-keyframes ticker {
from {
background-position:0px 0px;
}
to {
background-position:0px 140px;
}
}
<div id="box"><!----></div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment