Install Player-animator%2c Version 0.9.9 Or Later. Jun 2026
// Or if using CommonJS const PlayerAnimator = require('player-animator');
To ensure you get version 0.9.9 or later (e.g., 0.9.10, 0.9.11), use the caret ( ^ ) or tilde ( ~ ) syntax. install player-animator%2C version 0.9.9 or later.
, []);
const PlayerAnimator = window.PlayerAnimator; const myAnimation = new PlayerAnimator( duration: 5000, frames: [0, 0.25, 0.5, 0.75, 1] ); // Or if using CommonJS const PlayerAnimator =