Skip to content

Commit 17d1440

Browse files
Increase default transition duration to 300ms to avoid a white flash (#2690)
Co-authored-by: endigo9740 <[email protected]>
1 parent 15c0eab commit 17d1440

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/mean-schools-double.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@skeletonlabs/skeleton": patch
3+
---
4+
5+
bugfix: Increased the default animation duration of inputs and changed the transition to avoid a white flash

packages/skeleton/src/plugin/components/forms.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
.select {
4646
@apply field-outter field-inner;
4747
@apply border-none;
48-
@apply transition-[all] duration-100;
48+
@apply transition duration-200;
4949
}
5050

5151
/* Select --- */

0 commit comments

Comments
 (0)