Skip to content

Commit f83752c

Browse files
committed
Core - Improve comment
1 parent a8c8fd6 commit f83752c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-collapsed/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function getTransitionProp(el: RefEl) {
1616

1717
// If transition is not defined via CSS, return the default one referencing the auto duration
1818
if (transition === 'all 0s ease 0s' || transition === 'all') {
19-
/* Since Firefox v124 and Chromium v128, their rendering engine transition computes 'all' instead of 'all 0s ease 0s' */
19+
/* Since Firefox v124 and Chromium v128, their rendering engines compute 'all' instead of 'all 0s ease 0s' as default transition */
2020
return { transition: DEFAULT_TRANSITION }
2121
}
2222

0 commit comments

Comments
 (0)