updated commit box animation speed

This commit is contained in:
Pavel Laptev 2023-12-17 01:03:01 +01:00 committed by GitButler
parent 193e8baf29
commit 17eb806354

View File

@ -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}