From: vincent@cubedesigners.com Date: Tue, 25 Aug 2020 15:10:55 +0000 (+0000) Subject: wait #3847 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e37361ddf27393bbc04bd41957bf195e9847b763;p=cubeextranet.git wait #3847 @0:10 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index bea98c796..b21b1e0e9 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -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;