/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.7.1
source/lightspeed/lightSpeedOut.css
15 строк
230 B
mesge
Replaced instances of step 100% with to to preserve consistency
21 авг 2015, 05:26
21 авг 2015, 05:26
a479864
Код
Авторство
О чём код?
@keyframes lightSpeedOut { from { opacity: 1; } to { transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } .lightSpeedOut { animation-name: lightSpeedOut; animation-timing-function: ease-in; }