shiny (version 0.2.3)

animationOptions: Animation Options

Description

Creates an options object for customizing animations for sliderInput.

Usage

animationOptions(interval = 1000, loop = FALSE,
    playButton = NULL, pauseButton = NULL)

Arguments

interval
The interval, in milliseconds, between each animation step.
loop
TRUE to automatically restart the animation when it reaches the end.
playButton
Specifies the appearance of the play button. Valid values are a one-element character vector (for a simple text label), an HTML tag or list of tags (using tag and friends), or raw HTML (using
pauseButton
Similar to playButton, but for the pause button.