Skip to content

Commit 1b5c675

Browse files
committed
reduce transition time
1 parent 46ce4da commit 1b5c675

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

stylesheets/scroll-button.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
button.arrow-for-scrolling-top {
22
opacity: 0;
3-
transition: 1s;
3+
transition: 0.2s;
44
background-color: var(--color-auto-blue-5);
55
color: var(--color-text-inverse);
66
position: fixed;
@@ -15,6 +15,6 @@ button.arrow-for-scrolling-top {
1515
&.show {
1616
opacity: 1;
1717
border: none;
18-
transition: 1s;
18+
transition: 0.2s;
1919
}
2020
}

stylesheets/toggle-images-button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
button.toggle-images {
22
opacity: 1;
3-
transition: 1s;
3+
transition: 0.2s;
44
background-color: var(--color-auto-blue-5);
55
color: var(--color-text-inverse);
66
position: fixed;

0 commit comments

Comments
 (0)