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