Skip to content

Commit

Permalink
ui: disable search box animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord authored Feb 16, 2024
1 parent 8039612 commit 51d790b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _sass/common/components/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@
background-color: $background-color;
opacity: 0;
@include transform(translate(100%, 0));
@include transition(#{opacity map-get($animation, duration) map-get($animation, timing-function),
transform 0s map-get($animation, duration) map-get($animation, timing-function)});
}
@mixin modal--show() {
opacity: 1;
@include transform(translate(0, 0));
@include transition(#{opacity map-get($animation, duration) map-get($animation, timing-function)});
}

.modal {
Expand Down

0 comments on commit 51d790b

Please sign in to comment.