shinyanimate
shinyanimate copied to clipboard
Add animation to elements in Shiny.
For example, it's possible to change the animation duration or delay
Realistically, people are not going to click through the link in the readme to the animate.css docs. It would be good to include important parts of the docs in here,...
It'd be useful to be able to animate any HTML element based on an arbitrary CSS selector, not only IDs
Session
Removed the need to pass session to the animate functions :) This way you can simply use it like so: ```r library(shiny) library(shinyanimate) ui