]> _ Git - cubeextranet.git/commitdiff
wait #5332 @0:20
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 29 Jun 2022 10:27:06 +0000 (10:27 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 29 Jun 2022 10:27:06 +0000 (10:27 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 0b79db4ef3de0674d00cb61d6504755869493624..2d1af34d6447bbff411022da5cdc170933158dba 100644 (file)
@@ -699,6 +699,9 @@ class wsHTML5Link
             if (isset($animation['type']) && in_array($animation['type'], $hiddenAnimations)) {
                 return true;
             }
+            if ($animation['type'] === 'scale' && $animation['scale'] == 0) {
+                return true;
+            }
         }
         return false;
     }
@@ -710,6 +713,9 @@ class wsHTML5Link
             if (isset($animation['type']) && in_array($animation['type'], $hiddenAnimations)) {
                 return true;
             }
+            if ($animation['type'] === 'scalefrom' && $animation['scale'] == 0) {
+                return true;
+            }
         }
         return false;
     }