shinyanimate icon indicating copy to clipboard operation
shinyanimate copied to clipboard

Add animation to elements in Shiny.

Results 4 shinyanimate issues
Sort by recently updated
recently updated
newest added

For example, it's possible to change the animation duration or delay

good first issue
hacktoberfest

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,...

hacktoberfest
documentation

It'd be useful to be able to animate any HTML element based on an arbitrary CSS selector, not only IDs

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

enhancement
on hold