We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa0f53 commit edecb33Copy full SHA for edecb33
packages/vue-collapsed/src/utils.ts
@@ -39,13 +39,6 @@ export function isReducedOrDisabled(el: RefEl) {
39
40
const { transition } = getComputedStyle(el.value)
41
42
- console.log(
43
- typeof window.requestAnimationFrame === 'undefined' ||
44
- window.matchMedia('(prefers-reduced-motion: reduce)').matches ||
45
- transition.includes('none') ||
46
- transition.includes('height 0s')
47
- )
48
-
49
return (
50
typeof window.requestAnimationFrame === 'undefined' ||
51
window.matchMedia('(prefers-reduced-motion: reduce)').matches ||
0 commit comments