We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c8fd6 commit f83752cCopy full SHA for f83752c
packages/vue-collapsed/src/utils.ts
@@ -16,7 +16,7 @@ export function getTransitionProp(el: RefEl) {
16
17
// If transition is not defined via CSS, return the default one referencing the auto duration
18
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' */
+ /* Since Firefox v124 and Chromium v128, their rendering engines compute 'all' instead of 'all 0s ease 0s' as default transition */
20
return { transition: DEFAULT_TRANSITION }
21
}
22
0 commit comments