You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
I didn't recognise any effect when setting $panel-animation-speed in my settings.scss.
I searched where it's used in the generated css-file and couldn't find my value. Or any value related to the speed of the panel.
I checked _panel.scss and it looks like, that the variable for panel speed ($panel-animation-speed: 0.25s !default;) is not used at the moment.
Let me know if I missed something.
The text was updated successfully, but these errors were encountered:
Ah, that's a legacy variable and shouldn't be in the codebase anymore. You can control the speed of animations with our built-in classes, or with your own CSS.
I didn't recognise any effect when setting
$panel-animation-speed
in mysettings.scss
.I searched where it's used in the generated css-file and couldn't find my value. Or any value related to the speed of the panel.
I checked _panel.scss and it looks like, that the variable for panel speed (
$panel-animation-speed: 0.25s !default;
) is not used at the moment.Let me know if I missed something.
The text was updated successfully, but these errors were encountered: