Skip to content

Commit 9167919

Browse files
committed
add the fade out effect
1 parent 800d086 commit 9167919

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/assets/App.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ a {
496496
gap: 4px;
497497
margin-top: 24px;
498498
transition: all 0.3s ease-out;
499+
opacity: 1;
499500
}
500501

501502
.tag {
@@ -779,6 +780,7 @@ Producthunt item
779780
margin: 0 auto;
780781
margin-top: 6px;
781782
transition: all 0.3s ease-out;
783+
opacity: 1;
782784
}
783785
.searchBarIcon {
784786
position: absolute;

src/components/Layout/DNDLayout/DNDLayout.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
.dndState .AppHeader .searchBar {
22
visibility: hidden;
33
transform: translate(0, 10px);
4+
opacity: 0;
45
}
56
.dndState .tags {
67
visibility: hidden;
8+
opacity: 0;
79
transform: translate(0, 10px);
8-
filter: blur(2px);
10+
filter: blur(1px);
911
}
1012

1113
.DNDContent {

0 commit comments

Comments
 (0)