зеркало из https://github.com/mozilla/treeherder.git
Bug 1206160 - Add some fast transitions for basic treeherder actions
* Selecting a job (scale up from standard size) * Expanding a job group (fade in)
This commit is contained in:
Родитель
ca5a293f79
Коммит
c2203439f4
|
@ -12,6 +12,7 @@
|
|||
vertical-align: 0;
|
||||
line-height: 1.32;
|
||||
display: none;
|
||||
transition: transform 0.1s;
|
||||
}
|
||||
|
||||
.group-btn {
|
||||
|
@ -73,8 +74,14 @@
|
|||
transform: scale(1.7, 1.7);
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
.filter-shown {
|
||||
display: inline-block;
|
||||
animation: fadein 0.5s;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче