shinyLottie

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.

https://github.com/camhowitt/shinylottie

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary

Keywords

lottie r shiny
Last synced: 9 months ago · JSON representation

Repository

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.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
lottie r shiny
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# shinyLottie





The 'shinyLottie' package allows users to 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.

## Installation

You can install the released version of \`shinyLottie\` from CRAN with:

``` r
install.packages("shinyLottie")
```

## Example

Introducing 'Lottie' animations to a 'shiny' app can be accomplished using just two 'shinyLottie' functions:

```{r eval = FALSE}
library(shiny)
library(shinyLottie)

ui <- fluidPage(
  include_lottie(),
  lottie_animation(
    path = "shinyLottie/example.json",
    name = "my_animation"
  )
)

server <- function(input, output, session) {}

shinyApp(ui, server)
```

For more advanced implementations, please refer to the following articles:

-   `vignette("shinyLottie")`

-   `vignette("Controlling-Animations")`

-   `vignette("Event-Listeners")`

Owner

  • Login: CamHowitt
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 12
  • Total Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 12
  • Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
CamHowitt c****6@g****m 12

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 175 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: shinyLottie

Seamlessly Integrate 'Lottie' Animations into 'shiny' Applications

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 175 Last month
Rankings
Dependent packages count: 28.7%
Forks count: 28.8%
Dependent repos count: 35.4%
Stargazers count: 36.1%
Average: 43.1%
Downloads: 86.3%
Maintainers (1)
Last synced: 9 months ago

Dependencies

DESCRIPTION cran
  • glue * imports
  • htmltools * imports
  • jsonlite * imports
  • shiny * imports
  • knitr * suggests
  • rmarkdown * suggests
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite