Skip to content

swashcap/jquery-canvas-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Canvas Animation

Easy canvas image sequence animation wrapped in a jQuery plugin.

Plugin Use

Use the plugin like so:

$('#my-canvas').canvasAnimation({
    frameInterval: 1000 / 60,
    images: [
        '/path/to/image-001.jpg',
        '/path/to/image-002.jpg',
        '/path/to/image-003.jpg',
        // ...
        '/path/to/image-100.jpg'
    ],
    imageRatio: 640 / 320,
});

About

Easy canvas image sequence animation wrapped in a jQuery plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published