Template:3DOneFace/styles.css
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
@keyframes onef-swing-normal {
0% { transform: rotate(-45deg); }
50% { transform: rotate(45deg); }
100% { transform: rotate(-45deg); }
}
/* (Make sure the others use standard rotate() too, and same for the hover state) */
.onef-scene:hover .onef-center {
animation-play-state: paused;
transform: rotate(0deg);
transition: transform 0.15s ease-out;
}