Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pragati-atharva committed Sep 22, 2022
1 parent d8f22f0 commit d601718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/shared/components/table/table.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//Dropdown transition show open and close
.dropDownBlock {
transition: all 0.5s ease;
display: block;
Expand All @@ -9,12 +10,14 @@
}
}

//Show blukbar bottom to top with transition
.showBulkbar {
transition: 0.5s;
transform: translateY(0);
opacity: 1;
}

//Hide blukbar top to bottom with transition
.hideBulkbar {
transition: 0.5s;
transform: translateY(100%);
Expand Down

0 comments on commit d601718

Please sign in to comment.