Skip to content

Commit 345d8b2

Browse files
committed
change default transition to all
1 parent 8b70dea commit 345d8b2

File tree

1 file changed

+1
-1
lines changed
  • apps/builder/app/builder/features/style-panel/sections/transitions

1 file changed

+1
-1
lines changed

apps/builder/app/builder/features/style-panel/sections/transitions/transitions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const Section = () => {
123123
setIsOpen(true);
124124
addRepeatedStyleItem(
125125
styles,
126-
parseCssFragment("opacity 200ms ease 0ms normal", [
126+
parseCssFragment("all 200ms ease 0ms normal", [
127127
"transition",
128128
])
129129
);

0 commit comments

Comments
 (0)