[–] Derpdiherp 12y ago ↗ Doesn't work on Firefox 30.0 on Ubuntu. Blink worked though. [–] b3tta 12y ago ↗ It seems only -webkit- prefixes are being used for this, which is why this doesn't work in FF. @-webkit-keyframes scroll { from { -webkit-transform: translate(0, 0); } to { -webkit-transform: translate(-300px, 0); } } .resultMarquee{ -webkit-animation: scroll 7s linear 0 infinite; position: absolute; } [–] grrowl 12y ago ↗ RIP <marquee>. I bet the geocities mirrors seem so lifeless now.
[–] b3tta 12y ago ↗ It seems only -webkit- prefixes are being used for this, which is why this doesn't work in FF. @-webkit-keyframes scroll { from { -webkit-transform: translate(0, 0); } to { -webkit-transform: translate(-300px, 0); } } .resultMarquee{ -webkit-animation: scroll 7s linear 0 infinite; position: absolute; } [–] grrowl 12y ago ↗ RIP <marquee>. I bet the geocities mirrors seem so lifeless now.
3 comments
[ 4.1 ms ] story [ 19.5 ms ] thread