mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 15:54:13 +01:00
Increase Shiny slider animation interval from 3000ms to 5000ms
This commit is contained in:
@@ -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)
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user