WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2026 Poal.co

434

The following code was working last week or so but now it won't let me use it, why

@-webkit-keyframes road_scroll { 100% {transform:translateY(2800px)} } @-moz-keyframes road_scroll { 100% {transform:translateY(2800px)} } @-ms-keyframes road_scroll { 100% {transform:translateY(2800px)} } @-o-keyframes road_scroll { 100% {transform:translateY(2800px)} } @keyframes road_scroll { 100% {transform:translateY(2800px)} }

It gives me the message

Error While Contacting The Server

The following code was working last week or so but now it won't let me use it, why >@-webkit-keyframes road_scroll { >100% {transform:translateY(2800px)} >} >@-moz-keyframes road_scroll { 100% {transform:translateY(2800px)} >} >@-ms-keyframes road_scroll { >100% {transform:translateY(2800px)} >} >@-o-keyframes road_scroll { >100% {transform:translateY(2800px)} } >@keyframes road_scroll { >100% {transform:translateY(2800px)} >} It gives me the message >Error While Contacting The Server

(post is archived)

My css is entirely pasted and works except that one section. Tried notepad and still nothing

[–] 0 pt

Pastbin it and PM me the link.