List all available spinners
See also
Other spinners:
demo_spinners()
,
get_spinner()
,
make_spinner()
Examples
list_spinners()
#> [1] "dots" "dots2" "dots3"
#> [4] "dots4" "dots5" "dots6"
#> [7] "dots7" "dots8" "dots9"
#> [10] "dots10" "dots11" "dots12"
#> [13] "line" "line2" "pipe"
#> [16] "simpleDots" "simpleDotsScrolling" "star"
#> [19] "star2" "flip" "hamburger"
#> [22] "growVertical" "growHorizontal" "balloon"
#> [25] "balloon2" "noise" "bounce"
#> [28] "boxBounce" "boxBounce2" "triangle"
#> [31] "arc" "circle" "squareCorners"
#> [34] "circleQuarters" "circleHalves" "squish"
#> [37] "toggle" "toggle2" "toggle3"
#> [40] "toggle4" "toggle5" "toggle6"
#> [43] "toggle7" "toggle8" "toggle9"
#> [46] "toggle10" "toggle11" "toggle12"
#> [49] "toggle13" "arrow" "arrow2"
#> [52] "arrow3" "bouncingBar" "bouncingBall"
#> [55] "smiley" "monkey" "hearts"
#> [58] "clock" "earth" "moon"
#> [61] "runner" "pong" "shark"
#> [64] "dqpb"
get_spinner(list_spinners()[1])
#> $name
#> [1] "dots"
#>
#> $interval
#> [1] 80
#>
#> $frames
#> [1] "⠋" "⠙" "⠹" "⠸" "⠼" "⠴" "⠦" "⠧" "⠇" "⠏"
#>