We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd64e8e commit 38bd81dCopy full SHA for 38bd81d
1 file changed
assets/css/components/_external-link.scss
@@ -23,12 +23,12 @@
23
gap: var(--spacing-sm);
24
position: relative;
25
overflow: hidden;
26
+ transition:
27
+ transform 0.3s ease,
28
+ box-shadow 0.3s ease,
29
+ color 0.3s ease;
30
31
&.animated {
- transition:
- transform 0.3s ease,
- box-shadow 0.3s ease,
- color 0.3s ease;
32
animation: slideInFromLeft 0.5s 0.4s var(--transition-timing) both;
33
}
34
0 commit comments