\dontrun{
# in shiny ui create a span
tags$span(id = 'foo', 'class animation demo')
# in shiny server add class 'lead' to the span
jqui_add_class('#foo', className = 'lead')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.