Spinning: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
Created page with "Fucking does this to you {{#css: @keyframes spin { 0% { transform: rotateX(0deg); } 50% { transform: scale(0.8) rotateY(180deg); } 100% { transform: scale(1) rotateY(360deg); } } body { perspective: 100rem; } #content { animation: spin 1s linear infinite; } }}"
(No difference)

Revision as of 12:47, 18 May 2025

Fucking does this to you