/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/styles/bootstrap/component-animations.less
22 строки
306 B
Bernhard Sirlinger
Updated bootstrap to 2.3.1 and less to 1.3.3 (needed for bootstrap)
26 май 2013, 15:02
26 май 2013, 15:02
ff8d55c
Код
Авторство
О чём код?
// // Component animations // -------------------------------------------------- .fade { opacity: 0; .transition(opacity .15s linear); &.in { opacity: 1; } } .collapse { position: relative; height: 0; overflow: hidden; .transition(height .35s ease); &.in { height: auto; } }