/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.7.2
source/specials/hinge.css
31 строка
530 B
Elton Mesquita
Merge branch 'prettier' of https://github.com/lipis/animate.css into lipis-prettier
25 янв 2018, 19:45
25 янв 2018, 19:45
301b798
Код
Авторство
О чём код?
@keyframes hinge { 0% { transform-origin: top left; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: top left; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: top left; animation-timing-function: ease-in-out; opacity: 1; } to { transform: translate3d(0, 700px, 0); opacity: 0; } } .hinge { animation-duration: 2s; animation-name: hinge; }