Tell me how in:
@keyframes switchSize { 100% { }} Set the change of border-radius the called element?
Namely :
.class1{ -webkit-animation: rotate 6s linear infinite,switchSize 1s infinite !important; animation: rotate 6s linear infinite,switchSize 1s infinite !important; }