Skip to content

Instantly share code, notes, and snippets.

Created May 27, 2013 12:17
Show Gist options
  • Save anonymous/5656779 to your computer and use it in GitHub Desktop.
Save anonymous/5656779 to your computer and use it in GitHub Desktop.
animation marquee like: animation + attr data-
/* animation marquee like: animation + attr data- */
p {display:table;margin:3em auto;border:double;background:orange;padding:5px 0;
position:relative;overflow:hidden; }
strong {display:block;animation:linear marqueelike 12s infinite ;margin-left:-100%;padding:0 5px;}
strong:after {content:attr(data-text);position:absolute;white-space:nowrap;padding-left:10px;}
@keyframes marqueelike {
0%, 100% {margin-left:0;}
99.99% {margin-left:-100%;}
}
<p><strong data-text=" L'ECAM vous souhaite une bonne saison 2013 - Le calendrier 2013 de l'ECAM est en ligne">L'ECAM vous souhaite une bonne saison 2013 - Le calendrier 2013 de l'ECAM est en ligne</strong></p>
// 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