From 65f04216b0ad3b4336b20a27ac77b997f73a2983 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 19 Nov 2020 18:44:24 -0500 Subject: [PATCH] OPAC: Carousel - Animate Enable ability for carousel to automatically advance every 2 seconds. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 index a37490248f..266765b93b 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2 @@ -805,8 +805,8 @@ [%- BLOCK carousels; config = { - animated => 0, - animation_interval => 5, + animated => 1, + animation_interval => 2, width => 4, sm_width => 3, xs_width => 2, -- 2.11.0