CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.
Epilepsy/zoom.css
From Soyjak Wiki, the free ensoyclopedia
< Epilepsy
@keyframes zoom {
from {
transform: scale(0.1);
}
to {
transform: scale(1);
}
}
.zoom {
animation: zoomIn 1s ease-in-out infinite;
transform-origin: center;
}