I'm new to R, I saw that it's possible to animate some icons in dashboard on that webpage :
http://fontawesome.io/examples/#animated
But I don't understand where I have to write the indicated CSS code.
Please, could you tell me ?
Thank you very much.
You can simply use
renderUI
together withhtmltools::HTML
anduiOutput
to embed your HTML code directly in yourshiny
app: