The Gold Network: Soyworld | SNCApedia | SoyPlace
As you might already know, archive.today (also known as archive.is, archive.ph and a variety of other mirror domains) is being investigated by the FBI and might be taken down soon. Please rearchive any archive.today link you find on SNCApedia on Megalodon.jp, then add said Megalodon.jp links to the articles. Faggot (talk) 23:14, 6 November 2025 (UTC)
Template:Bouncetext.css: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
OPShredder (talk | contribs) No edit summary Tag: Manual revert |
OPShredder (talk | contribs) OPShredder changed the content model of the page Template:Bouncetext.css from "CSS" to "Sanitized CSS" |
||
(No difference)
| |||
Revision as of 11:01, 24 December 2025
.bouncetext span {
display: inline-block;
animation: bounce 1.5s infinite;
}
@keyframes bounce {
0% {
transform: translate(0px, 0px);
}
10% {
transform: translate(0px, 3px);
}
20% {
transform: translate(0px, -3px);
}
30% {
transform: translate(-1px, 2px) rotate(-1deg);
}
40% {
transform: translate(1px, -2px) rotate(1deg);
}
50% {
transform: translate(-2px, 1px) rotate(-2deg);
}
60% {
transform: translate(2px, -1px) rotate(2deg);
}
70% {
transform: translate(1px, 2px) rotate(1deg);
}
80% {
transform: translate(-1px, -2px) rotate(-1deg);
}
85% {
transform: translate(2px, 1px) rotate(2deg);
}
90% {
transform: translate(-2px, -1px) rotate(-2deg);
}
100% {
transform: translate(0px, 0px);
}
}