UNPKG

yyzone

Version:

yyzone vue components and utils

9 lines 204 B
// rotate @keyframes rotate { from { transform: rotate(0deg);} 50% { transform: rotate(180deg);} to { transform: rotate(360deg);} } .rotate() { animation: rotate 1.2s linear infinite; }