/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
source/specials/jackInTheBox.css
24 строки
325 B
Robert Pemberton
New Special - jackInTheBox (#631)
27 апр 2017, 15:23
27 апр 2017, 15:23
9a09e72
Код
Авторство
О чём код?
@keyframes jackInTheBox { from { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } to { opacity: 1; transform: scale(1); } } .jackInTheBox { animation-name: jackInTheBox; }