Skip to content

Commit

Permalink
Core - Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Aug 5, 2024
1 parent a8c8fd6 commit f83752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-collapsed/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function getTransitionProp(el: RefEl) {

// If transition is not defined via CSS, return the default one referencing the auto duration
if (transition === 'all 0s ease 0s' || transition === 'all') {
/* 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 */
return { transition: DEFAULT_TRANSITION }
}

Expand Down

0 comments on commit f83752c

Please sign in to comment.