/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.2.1
source/lightspeed/lightSpeedOut.css
15 строк
230 B
Daniel Eden
More rewrites
07 июл 2014, 00:32
07 июл 2014, 00:32
d63e022
Код
Авторство
О чём код?
@keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } .lightSpeedOut { animation-name: lightSpeedOut; animation-timing-function: ease-in; }