pull/7738/head
Richard Harris 7 years ago
parent a80aa6343d
commit 82b97918a8

@ -138,7 +138,7 @@ export function crossfade({ fallback, ...defaults }) {
const style = getComputedStyle(node);
const transform = style.transform === 'none' ? '' : style.transform;
const opacity = +opacity;
const opacity = +style.opacity;
return {
delay,

Loading…
Cancel
Save