Function writing the HTML code to animate bullet points in slides.

add_list(bullet_points, numbered = FALSE, animation = "semi-fade-out")

Arguments

bullet_points

Character vector. One entry for each bullet point to write.

numbered

Logical. Whether the bullet points should be numbered.

animation

Character. The kind of animation: "semi-fade-out", "grow", "shrink", "zoom-in", "strike", "fade-out", "fade-up", "fade-down", "fade-right", "fade-left", "highlight-red", "highlight-green", "highlight-blue"

Value

Write the HTML code to animate bullet points in slides.

Author

Nicolas Mangin