/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.1.1
source/flippers/flipInY.css
24 строки
390 B
Sarbbottam Bandyopadhyay
converted all the tabs into spaces
24 фев 2014, 01:56
24 фев 2014, 01:56
0bc05a7
Код
Авторство
О чём код?
@keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { transform: perspective(400px) rotateY(-10deg); } 70% { transform: perspective(400px) rotateY(10deg); } 100% { transform: perspective(400px) rotateY(0deg); opacity: 1; } } .flipInY { backface-visibility: visible !important; animation-name: flipInY; }