mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 12:24:26 +03:00
updated commit box animation speed
This commit is contained in:
parent
193e8baf29
commit
17eb806354
@ -115,8 +115,8 @@
|
||||
|
||||
<div class="commit-box" class:commit-box__expanded={$expanded}>
|
||||
{#if $expanded}
|
||||
<div in:fade={{ duration: 200, delay: 50 }}>
|
||||
<div class="commit-box__expander" in:slide={{ duration: 200 }}>
|
||||
<div in:fade={{ duration: 150, delay: 50 }}>
|
||||
<div class="commit-box__expander" in:slide={{ duration: 150 }}>
|
||||
<div class="commit-box__textarea">
|
||||
<TextArea
|
||||
bind:value={commitMessage}
|
||||
|
Loading…
Reference in New Issue
Block a user