Home | All Fwiends | Random | Online | Music | Blog | Search

cold_tortelloni's Blog

"bet you dont have a 10 min mp3"
Specter
16 years old
United States
Last Login: 1622843720000
Contacting cold_tortelloni
Message
Report
Add
Block
All Blogs (10/10)
1605897885000

animation templates

here are a few of the animations i have on my blog ^o^

animation-name: spin;
animation-duration: 5000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
margin-bottom: 15px;
}
}

@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}

animation-name: rock;
animation-duration: 5000ms;
animation-iteration-count: infinite;
}

@keyframes rock {
0% {
transform:rotate(-15deg);
}
50% {
transform:rotate(15deg);
}
100% {
transform:rotate(-15deg);
}
}

animation: rainbows 0.5s infinite !important;
color: salmon;
font-size: 20px;
}
@keyframes rainbows{
0%{color: salmon;}
11%{color: orange;}
22%{color: yellow;}
33%{color: lightgreen;}
44%{color: cyan;}
55%{color: deepskyblue;}
66%{color: mediumslateblue;}
77%{color: violet;}
88%{color: hotpink;}
100%{color: salmon;}
}
}

Please login to leave a comment.
Comments
cold_tortelloni
1611779914000

oh no! thanks for letting me know!!

koala71783
1610304093000

the rainbows one is mine
it is originally to be named koalarainbows but i think some one changed it :(

(2/10)