/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.4.0
source/flippers/flipOutY.css
20 строк
338 B
mesge
replaced 0% keyframes with 'from' keyword to sidestep compression issues with yui-compressor
06 авг 2015, 07:22
06 авг 2015, 07:22
5dea852
Код
Авторство
О чём код?
@keyframes flipOutY { from { 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; }