From: Vincent Vanwaelscappel Date: Tue, 13 May 2025 15:48:38 +0000 (+0200) Subject: wait #7535 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=39c22ca1339b0b86dc2258bee004448f2dece554;p=fluidbook-html5.git wait #7535 @1.5 --- diff --git a/js/libs/fluidbook/fluidbook.mobilefirst.js b/js/libs/fluidbook/fluidbook.mobilefirst.js index d0594bcd..9dcf1692 100644 --- a/js/libs/fluidbook/fluidbook.mobilefirst.js +++ b/js/libs/fluidbook/fluidbook.mobilefirst.js @@ -70,7 +70,7 @@ FluidbookMobileFirst.prototype = { if (delay === undefined) { delay = 800; } - $("#links .link:not(.revealed):visible, .clinks [data-animations]:not(.revealed)").each(function () { + $("#links .link:not(.revealed):visible, .clinks [data-animations]:not(.revealed), .ctlinks [data-animations]:not(.revealed)").each(function () { var rect = $(this).get(0).getBoundingClientRect(); if (rect.top === 0 && rect.left === 0 && rect.width === 0 && rect.height === 0) { return;