Library documentation — the players
How to install and use the player libraries that render and control JSON animations: plain HTML, React, Vue and React Native, plus the playback settings and triggers they all share. (Playing a pre-rendered SVG needs no library — see Pre-rendered SVG documentation.)
Contents
Section titled “Contents”- Installing the players — npm packages, the UMD build for pages without a bundler, TypeScript
- Web player (
@pixodesk/svg-animator-web) —createAnimator, the playback API, callbacks, triggers - React (
@pixodesk/svg-animator-react) — the player component, its props, control modes, Next.js - Vue (
@pixodesk/svg-animator-vue) — the player component, props, events, Nuxt - React Native (
@pixodesk/svg-animator-rn) 🧪 — in development; install, props, feature support, limitations - Playback settings & triggers — the
animatorconfiguration, and overriding it from props or the player API - Troubleshooting & FAQ — nothing plays, React/TypeScript/React Native gotchas, playback behaviour
See also
Section titled “See also”- Which format do I need?
- Format documentation — the JSON documents the players consume
- Documentation home