/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.7.2
source/flippers/flipOutX.css
21 строка
365 B
Elton Mesquita
Solves #461
25 янв 2018, 20:03
25 янв 2018, 20:03
3b3cfc1
Код
Авторство
О чём код?
@keyframes flipOutX { from { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } .flipOutX { animation-duration: 0.75s; animation-name: flipOutX; backface-visibility: visible !important; }