diff --git a/src/collection-style.js b/src/collection-style.js index 86b61075c..a10e30e38 100644 --- a/src/collection-style.js +++ b/src/collection-style.js @@ -257,7 +257,7 @@ if( ele ){ if( !hasCompoundNodes ){ - return ele._private.style.opacity === 0; + return ele._private.style.opacity.value === 0; } else { return ele.effectiveOpacity() === 0; }