Package: shinyLottie 1.0.0
Cameron Howitt
shinyLottie: Seamlessly Integrate 'Lottie' Animations into 'shiny' Applications
Easily integrate and control 'Lottie' animations within 'shiny' applications', without the need for idiosyncratic expression or use of 'JavaScript'. This includes utilities for generating animation instances, controlling playback, manipulating animation properties, and more. For more information on 'Lottie', see: <https://airbnb.io/lottie/#/>. Additionally, see the official 'Lottie' GitHub repository at <https://github.com/airbnb/lottie>.
Authors:
shinyLottie_1.0.0.tar.gz
shinyLottie_1.0.0.zip(r-4.5)shinyLottie_1.0.0.zip(r-4.4)shinyLottie_1.0.0.zip(r-4.3)
shinyLottie_1.0.0.tgz(r-4.4-any)shinyLottie_1.0.0.tgz(r-4.3-any)
shinyLottie_1.0.0.tar.gz(r-4.5-noble)shinyLottie_1.0.0.tar.gz(r-4.4-noble)
shinyLottie_1.0.0.tgz(r-4.4-emscripten)shinyLottie_1.0.0.tgz(r-4.3-emscripten)
shinyLottie.pdf |shinyLottie.html✨
shinyLottie/json (API)
NEWS
# Install 'shinyLottie' in R: |
install.packages('shinyLottie', repos = c('https://camhowitt.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/camhowitt/shinylottie/issues
Last updated 5 months agofrom:17e0488f30. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 24 2024 |
R-4.5-win | OK | Oct 24 2024 |
R-4.5-linux | OK | Oct 24 2024 |
R-4.4-win | OK | Oct 24 2024 |
R-4.4-mac | OK | Oct 24 2024 |
R-4.3-win | OK | Oct 24 2024 |
R-4.3-mac | OK | Oct 24 2024 |
Exports:include_lottielottie_addEventListenerlottie_animationlottie_buttonlottie_callMethodlottie_destroylottie_getPropertylottie_goToAndPlaylottie_goToAndStoplottie_pauselottie_playlottie_playSegmentslottie_removeEventListenerlottie_setDirectionlottie_setLooplottie_setSpeedlottie_setSubframelottie_stop
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
Controlling Animations
Rendered fromControlling-Animations.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2024-06-18
Started: 2024-06-17
Event Listeners
Rendered fromEvent-Listeners.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2024-06-18
Started: 2024-06-17
shinyLottie
Rendered fromshinyLottie.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2024-06-18
Started: 2024-06-17
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Include 'Lottie' Functionality within 'shiny' | include_lottie |
Add Event Listener to 'Lottie' Animation | lottie_addEventListener |
Generate 'Lottie' Animation for a 'shiny' application | lottie_animation |
'Lottie' Animation Methods | lottie_animation_methods |
Convert a 'Lottie' Animation to a Button | lottie_button |
Call a 'Lottie' Method | lottie_callMethod |
Destroy a 'Lottie' Animation | lottie_destroy |
Get a Property of a 'Lottie' Animation | lottie_getProperty |
Navigate to a Specific Animation Frame | lottie_goToAndPlay lottie_goToAndStop lottie_navigate_frame |
Control Playback of 'Lottie' Animations | lottie_pause lottie_play lottie_playback_controls lottie_stop |
Play Specific Segments of a 'Lottie' Animation | lottie_playSegments |
Remove Event Listener from 'Lottie' Animation | lottie_removeEventListener |
Adjust 'Lottie' Animation Direction | lottie_setDirection |
Adjust 'Lottie' Animation Looping | lottie_setLoop |
Adjust 'Lottie' Animation Speed | lottie_setSpeed |
Set 'Lottie' Animation Subframe Rendering | lottie_setSubframe |