Animate refresh indicator show/hide
This commit is contained in:
@@ -32,3 +32,11 @@
|
||||
overlay > frame.osd {
|
||||
border-radius: 0 0 8px 8px;
|
||||
}
|
||||
|
||||
.popdown {
|
||||
transition: transform 200ms ease-in-out;
|
||||
transform: translateY(-100px);
|
||||
}
|
||||
.popdown.visible {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user