mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
12.0 add buttons animation (#6167)
* add library container animation * change animation and style
This commit is contained in:
@@ -129,6 +129,20 @@
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.cur-view-path:after {
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
right: 16px;
|
||||
bottom: 0;
|
||||
content: '';
|
||||
}
|
||||
|
||||
.cur-view-path {
|
||||
transition-property: all;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
transition-duration: 200ms;
|
||||
}
|
||||
|
||||
.cur-view-content {
|
||||
padding: 0rem 1rem;
|
||||
flex: 1;
|
||||
|
Reference in New Issue
Block a user