]> _ Git - cubeextranet.git/commitdiff
wait #3847 @0:10
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 25 Aug 2020 15:10:55 +0000 (15:10 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 25 Aug 2020 15:10:55 +0000 (15:10 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index bea98c7966633d42888d917512e733f920df7214..b21b1e0e98b449ba966e7d2f3a8f95a181bd9678 100644 (file)
@@ -802,7 +802,7 @@ class contentLink extends wsHTML5Link
 
     protected function _isHiddenFirst($animations)
     {
-        $hiddenAnimations = ['reveal', 'unmask', 'fadein', 'translatefrom'];
+        $hiddenAnimations = ['reveal', 'fadein', 'translatefrom'];
         foreach ($animations as $animation) {
             if(in_array($animation['type'],$hiddenAnimations)){
                 return true;