/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.4.0
source/lightspeed/lightSpeedIn.css
26 строк
368 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 lightSpeedIn { from { transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } } .lightSpeedIn { animation-name: lightSpeedIn; animation-timing-function: ease-out; }