Skip to content

Commit 5b9fcf8

Browse files
committed
fix(ui): slow down and ease transition on test-results-bar
Increase the transition duration from 100ms to 200ms and add an ease-out timing function to smooth the height animation in the test results bar. This improves the visual experience when resizing the component by making the animation less abrupt.
1 parent 9dd4042 commit 5b9fcf8

File tree

1 file changed

+1
-1
lines changed
  • app/components/course-page/test-results-bar

1 file changed

+1
-1
lines changed

app/components/course-page/test-results-bar/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{/if}}
1919

2020
<div
21-
class="relative w-full flex flex-col grow overflow-auto {{unless this.isResizing 'transition-[height] duration-100'}}"
21+
class="relative w-full flex flex-col grow overflow-auto {{unless this.isResizing 'transition-[height] duration-200 ease-out'}}"
2222
style={{this.expandedContainerStyle}}
2323
data-test-contents
2424
>

0 commit comments

Comments
 (0)