Skip to content

Commit

Permalink
feat(bottom-sheet): fix marker gap, fix animation duration (#750)
Browse files Browse the repository at this point in the history
* feat(bottom-sheet): fix marker gap, fix animation duration

* test(bottom-sheet): update screenshots
  • Loading branch information
dmitrsavk committed Jul 23, 2021
1 parent f82e9af commit cb04ed8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/bottom-sheet/src/index.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../themes/src/default.css';

:root {
--bottom-sheet-in-transition: 0.7s cubic-bezier(0.09, 0.91, 0.18, 0.99);
--bottom-sheet-in-transition: 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
--bottom-sheet-out-transition: 0.3s ease;
}

Expand Down Expand Up @@ -30,7 +30,7 @@

.marker {
position: absolute;
top: var(--gap-2xs);
top: var(--gap-xs);
left: 50%;
width: 36px;
height: 4px;
Expand Down

0 comments on commit cb04ed8

Please sign in to comment.