OPAC: Carousel - Animate
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 19 Nov 2020 23:44:24 +0000 (18:44 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 15 Sep 2021 14:23:22 +0000 (10:23 -0400)
Enable ability for carousel to automatically advance every 2 seconds.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2

index a374902..266765b 100755 (executable)
 
 [%- BLOCK carousels;
     config = {
-        animated => 0,
-        animation_interval => 5,
+        animated => 1,
+        animation_interval => 2,
         width => 4,
         sm_width => 3,
         xs_width => 2,