Package: animejs 1.0.0
animejs: R Bindings to the 'Anime.js' Animation Library
Provides low-level R bindings to the 'Anime.js' library (<https://animejs.com>), enabling the creation of browser-native SVG and HTML animations via the 'htmlwidgets' framework.
Authors:
animejs_1.0.0.tar.gz
animejs_1.0.0.tar.gz(r-4.7-any)animejs_1.0.0.tar.gz(r-4.6-any)
animejs_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
animejs/json (API)
| # Install 'animejs' in R: |
| install.packages('animejs', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/long39ng/animejs/issues
Pkgdown/docs site:https://long39ng.github.io
Last updated from:a6956208bb. Checks:4 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 175 | ||
| source / vignettes | OK | 288 | ||
| linux-release-x86_64 | OK | 154 | ||
| wasm-release | OK | 141 |
Exports:anime_addanime_animateanime_easinganime_easing_backanime_easing_bezieranime_easing_elasticanime_easing_springanime_easing_stepsanime_from_toanime_keyframesanime_onanime_playbackanime_renderanime_staggeranime_target_classanime_target_cssanime_target_idanime_target_layeranime_timelineanimejs_widgetanimejsOutputrenderAnimejs
Dependencies:base64encbslibcachemclidigestevaluatefastmapfontawesomefshighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlifecyclememoisemimeR6rappdirsrlangrmarkdownsasstinytexxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add an animation segment to a timeline | anime_add |
| Create a single Anime.js animation | anime_animate |
| Easing constructors | anime_easing anime_easing_back anime_easing_bezier anime_easing_elastic anime_easing_spring anime_easing_steps |
| Specify a from/to property range | anime_from_to |
| Specify per-property keyframes for an animation | anime_keyframes |
| Attach a JavaScript callback to an animation event | anime_on |
| Configure animation playback | anime_playback |
| Render an animation or timeline as an htmlwidget | anime_render |
| Create a stagger configuration for per-element delay offsets | anime_stagger |
| Target elements by CSS class | anime_target_class |
| Target elements by an arbitrary CSS selector | anime_target_css |
| Target SVG or HTML elements by a data-animejs-id attribute | anime_target_id |
| Target elements by a data-layer attribute | anime_target_layer |
| Initialise an Anime.js timeline | anime_timeline |
| Create a bare animejs htmlwidget | animejs_widget |
| Shiny bindings for animejs | animejs-shiny animejsOutput renderAnimejs |
