Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
@keyframes text-move { 0% { left: 0; top: 0; } 33.3% { left: 0; bottom: 0; top:unset; } 66.3% { left:unset; right: 0; bottom: 0; } 100% { right: 0; top: 0; } }
@keyframes text-move { 0% { left: 0; top: 0; } 33.3% { left: 0; top: 100px; } 66.3% { left: 100px; top: 100px; } 100% { left: 100px; top: 0; } }
@keyframes text-move { 0% { left: 0; top: 0; } 33% { left:unset; bottom:unset; right:0; top:0; } 66% { left:unset; bottom:0; right:0; top:unset; } 100% { left:0; bottom:0; right:unset; top:unset; } }