Your cookie preferences

We use cookies and similar technologies. You can use the settings below to accept all cookies (which we recommend to give you the best experience) or to enable specific categories of cookies as explained below. Find out more by reading our Cookie Policy.

Select cookie preferences

Skip to main content
Utrack

Popular Search Terms

Install Player-animator Version 0.9.9 Or Later -

<!-- Latest 0.9.x version (replace x with actual patch) --> <script src="https://unpkg.com/player-animator@0.9.9/dist/player-animator.min.js"></script> Or specify a version >=0.9.9:

yarn add player-animator@>=0.9.9 After installation, import in your code: Install Player-animator Version 0.9.9 Or Later

import PlayerAnimator from 'player-animator'; // or const PlayerAnimator = require('player-animator'); Add the following script tag to your HTML: Or specify a version &gt