mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
Reduce sidebar animation duration from 200ms to 100ms (#8830)
#8747 (re?)introduced an animation I find unbearably slow. If it was always there I suppose I just got used to it. How to test the feature manually: 1. Open and close the sidebar on a sufficiently small width.
This commit is contained in:
@@ -687,7 +687,7 @@ th {
|
||||
|
||||
@media (max-width: 840px) {
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
transition: width 100ms ease-in;
|
||||
}
|
||||
|
||||
.aside .toggle_aside,
|
||||
|
||||
@@ -687,7 +687,7 @@ th {
|
||||
|
||||
@media (max-width: 840px) {
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
transition: width 100ms ease-in;
|
||||
}
|
||||
|
||||
.aside .toggle_aside,
|
||||
|
||||
@@ -2124,7 +2124,7 @@ html.slider-active {
|
||||
}
|
||||
|
||||
#slider.sliding {
|
||||
transition: width 200ms linear;
|
||||
transition: width 100ms ease-in;
|
||||
}
|
||||
|
||||
#close-slider {
|
||||
@@ -2812,7 +2812,7 @@ html.slider-active {
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
z-index: 100;
|
||||
transition: width 200ms linear;
|
||||
transition: width 100ms ease-in;
|
||||
}
|
||||
|
||||
.aside.aside_feed {
|
||||
|
||||
@@ -2124,7 +2124,7 @@ html.slider-active {
|
||||
}
|
||||
|
||||
#slider.sliding {
|
||||
transition: width 200ms linear;
|
||||
transition: width 100ms ease-in;
|
||||
}
|
||||
|
||||
#close-slider {
|
||||
@@ -2812,7 +2812,7 @@ html.slider-active {
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
z-index: 100;
|
||||
transition: width 200ms linear;
|
||||
transition: width 100ms ease-in;
|
||||
}
|
||||
|
||||
.aside.aside_feed {
|
||||
|
||||
Reference in New Issue
Block a user