@-webkit-keyframes bgscroll { from {background-position: 0 0;} to {background-position: -1100px 0;} } @-moz-keyframes bgscroll { from {background-position: 0 0;} to {background-position: -1100px 0;} } @-ms-keyframes bgscroll { from {background-position: 0 0;} to {background-position: -1100px 0;} } @-o-keyframes bgscroll { from {background-position: 0 0;} to {background-position: -1100px 0;} } @keyframes bgscroll { from {background-position: 0 0;} to {background-position: -1100px 0;} }
-moz-animation: bgscroll 70s infinite linear; -ms-animation: bgscroll 70s infinite linear; -o-animation: bgscroll 70s infinite linear; -webkit-animation: bgscroll 70s infinite linear;
08-07-2015, 09:47 AMAdmin Wrote: It worked nicely on 1.8 and not only mybb it can be applied to many places Thanks,
Loading Info...