changed btns transition to local

This commit is contained in:
Gani Georgiev 2022-08-03 10:16:13 +03:00
parent 0e1b9a3897
commit bb00f198bc
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
<button <button
type="submit" type="submit"
class="btn btn-expanded btn-sm btn-warning" class="btn btn-expanded btn-sm btn-warning"
transition:fly={{ duration: 150, x: 5 }} transition:fly|local={{ duration: 150, x: 5 }}
> >
<span class="txt">Search</span> <span class="txt">Search</span>
</button> </button>
@ -95,7 +95,7 @@
<button <button
type="button" type="button"
class="btn btn-secondary btn-sm btn-hint p-l-xs p-r-xs m-l-10" class="btn btn-secondary btn-sm btn-hint p-l-xs p-r-xs m-l-10"
transition:fly={{ duration: 150, x: 5 }} transition:fly|local={{ duration: 150, x: 5 }}
on:click={() => { on:click={() => {
clear(false); clear(false);
submit(); submit();