it has been brought to my attention that contrary to prior blog entries, nicolas cage has in fact been spinning and not rolling as previously alluded to.
thanks to MEOWZERS for pointing out my terrible literary crimes. henceforth, these shall be rectified with immediate effect. you know, just on the off chance that a 3rd party nickroll auditor were to stumble upon my page and fine me for improper nickrolling. XD
anyhoo.
as you can see, nicolas cage is now happily rolling along the way he was always meant to do! i'm personally quite happy with nick spinning 360deg at 0.1ms on my own page,
but if you want a debonair nickroll experience, then this is the code
for you! to have nick rolling on your own page, all you need to do is grab this dank and slap it right between them <style></style> tags!!
.nickroll {
position: relative;
animation: rotation 1s infinite linear;
content: url(https://i.postimg.cc/ncY8ZP8C/nickroll.png); }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(360deg); }}
.nickroll2 {
-moz-transform:translateX(-100%);
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
-moz-animation: nickroll2 5s linear infinite;
-webkit-animation: nickroll2 5s linear infinite;
animation: nickroll2 5s linear infinite;
}
@-moz-keyframes nickroll2 {
0% { -moz-transform: translateX(-100%); }
100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes nickroll2 {
0% { -webkit-transform: translateX(-100%); }
100% { -webkit-transform: translateX(100%); }
}
@keyframes nickroll2 {
0% {
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
then you'll need this outside those same style tags:
<div class="nickroll2"><div class="nickroll"></div></div>
and that's it! nick will now gladly roll about for you, without a single care in the world! like mentioned in previous blog entries, all the numerical variables such as time and speed can be tweaked for your exact nickroll needs, so if you want a slower nickroll, increase it from 5s to 10s, or whatever the heck you want!
okay that is all <33
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Yanisu
i didn't know i needed this in my life but now i do
nick cage is the gift that keeps on givin :DD
by SITH SITH SITH; ; Report