Skip to content

Commit 80d1ed7

Browse files
committed
doh
1 parent cf2b05a commit 80d1ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transition.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function crossfade({ fallback, ...defaults }) {
138138

139139
const style = getComputedStyle(node);
140140
const transform = style.transform === 'none' ? '' : style.transform;
141-
const opacity = +opacity;
141+
const opacity = +style.opacity;
142142

143143
return {
144144
delay,

0 commit comments

Comments
 (0)