0 Users appreciate this thread.
Spinnig comment code
ilia (2014-03-22 06:16:52) The codes you are looking for are actually CSS3 coding. If you visit the stickied thread for this topic, you should find what you are looking for under "rotating-Axis"
For convince, I've provided a link to that forum for you.
CSS3 codes
*Close request
For convince, I've provided a link to that forum for you.
CSS3 codes
*Close request
2014-03-22 06:19:34
#Sexier than you


RobertABC (2014-03-22 18:40:55)[style]
-webkit-marquee:auto fast infinite scroll normal;
white-space:nowrap;}div{-webkit-animation:color 3s infinite linear;}@-webkit-keyframes orbit{0%{-webkit-transform: rotateX(0deg)}100%{-webkit-transform: rotateX(360deg);}}.commentbox_1{-webkit-animation: orbit 9s infinite linear;}@-webkit-keyframes spin{0%{-webkit-transform:rotateY(0deg)}100%{-webkit-transform:rotateY(360deg);}}.commentbox_2{-webkit-animation: spin 9s infinite linear;}@-webkit-keyframes blinker{0%{opacity:0}100%{opacity:1;
}}a{-webkit-animation:blinker 3s infinite linear alternate};[/style]
This code >-<
Hello
Log in to submit a comment
Back to forum: Profile Design (3DSPlaza BBCode and BBCode CSS)
New registered users today: 7
Newest registered user: ElegantVulpes
Anyone know that code!~