/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.2.2
source/flippers/flipOutY.css
21 строка
364 B
Daniel Eden
More rewrites
07 июл 2014, 00:32
07 июл 2014, 00:32
d63e022
Код
Авторство
О чём код?
@keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } .flipOutY { backface-visibility: visible !important; animation-name: flipOutY; animation-duration: .75s; }