We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258e4af commit 84490cbCopy full SHA for 84490cb
packages/boxel-motion/test-app/app/controllers/split-view.ts
@@ -74,7 +74,7 @@ function addPanelAnimation(
74
width: `${fixedContentWidth}px`,
75
},
76
timing: {
77
- behavior: new StaticBehavior(),
+ behavior: new StaticBehavior({ fill: true }),
78
79
});
80
}
0 commit comments