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, 25 Nov 2020 17:50:24 +0000 (12:50 -0500)
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 359a5e9..88b76ad 100755 (executable)
 
 [%- BLOCK carousels;
     config = {
-        animated => 0,
-        animation_interval => 5,
+        animated => 1,
+        animation_interval => 2,
         width => 4,
     };
     config.import(args);