Add beautiful text effects in your Shiny apps
The textyle
package allows to reproduce the beautiful text effects from Textyle.js in a Shiny app.
Install textyle from GitHub.
# install.packages("remotes") remotes::install_github("lgnbhl/gotop")
You can change the color, the easing (see jquery-easing for all options availables) or the speed of the text effect.
To reproduce the non colored effect, change the color to black and add class = "ex1"
in the function.
The reproduced text effects are taken from this codepen.