Faster transition for the bottom sheet
This commit is contained in:
parent
989db3b787
commit
ca526a9b71
@ -50,3 +50,10 @@ export default {
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
.bottom-sheet.dialog {
|
||||
webkit-transition: .1s cubic-bezier(.25, .8, .5, 1);
|
||||
transition: .1s cubic-bezier(.25, .8, .5, 1);
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user