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