From e37361ddf27393bbc04bd41957bf195e9847b763 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 25 Aug 2020 15:10:55 +0000 Subject: [PATCH] wait #3847 @0:10 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5