SpriteSpin

SpriteSpin is a jQuery plugin that turns image frames into animations. It requires an array of images or a stiched sprite sheet and plays them frame by frame like a flip book. The aim of this plugin is to provide a 360 degree view of any kind of product.

The plugin is built with extensibility in mind and allows web developers to customize the behavior and presentation of the animations.


NPM

$ npm install spritespin
import * as SpriteSpin from "spritespin"
var SpriteSpin = require("spritespin")

CDN

<script src='https://unpkg.com/spritespin@x.x.x/release/spritespin.js' type='text/javascript'></script>

Github


License

Code licensed under the MIT license