Skip to content

Commit c1fcaae

Browse files
committed
Skip links: add opacity transition
1 parent 4b9a053 commit c1fcaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/05-components/_skip-links.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
padding: .5rem 1rem;
88
color: $color-text;
99
background-color: $color-primary;
10-
transition: transform .3s ease-in-out;
10+
transition: transform .3s ease-in-out, opacity .3s ease-in-out;
1111
transform: translate3d(0, -100%, 0);
1212
opacity: 0;
1313

0 commit comments

Comments
 (0)