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