init: Baffle

Description Usage Arguments Examples

Description

Baffle text.

Usage

1
2
3
b_affle(char = NULL, width = NULL, height = NULL, elementId = NULL)

b_affle_this(elementId = NULL, width = NULL, height = NULL)

Arguments

char

Characters to baffle.

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

elementId

A valid CSS id.

Examples

1
2
3
4
b_affle("Baffling") %>%
  b_set("+#-•=~*") %>%
  b_start(1000) %>%
  b_reveal(2000)

JohnCoene/baffle documentation built on May 19, 2019, 6:20 p.m.