mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 23:48:01 -05:00
Fix broken Rd link
This commit is contained in:
@@ -5,7 +5,7 @@ hasDecimals <- function(value) {
|
||||
|
||||
#' Animation Options
|
||||
#'
|
||||
#' Creates an options object for customizing animations for \link{slider}.
|
||||
#' Creates an options object for customizing animations for \link{sliderInput}.
|
||||
#'
|
||||
#' @param interval The interval, in milliseconds, between each animation step.
|
||||
#' @param loop \code{TRUE} to automatically restart the animation when it
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
}
|
||||
\description{
|
||||
Creates an options object for customizing animations for
|
||||
\link{slider}.
|
||||
\link{sliderInput}.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user