From acf1aa82c42963049ce61ed5514026b2b92c3447 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 4 Jan 2026 17:32:05 +0100 Subject: [PATCH] Increase Shiny slider animation interval from 3000ms to 5000ms --- M2/Data Visualisation/Project/app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M2/Data Visualisation/Project/app.R b/M2/Data Visualisation/Project/app.R index 73b4231..822694d 100644 --- a/M2/Data Visualisation/Project/app.R +++ b/M2/Data Visualisation/Project/app.R @@ -86,7 +86,7 @@ ui <- shinydashboard::dashboardPage( value = max(tb_clustered$year), step = 1, sep = "", - animate = animationOptions(interval = 3000, loop = FALSE) + animate = animationOptions(interval = 5000, loop = FALSE) ) ) ),