EasyFrame
- Build sprite sheet animation | originally from
AnimeCursor
home
tool
tutorial
about
privacy
github [#142]
Created with Sketch.
Animation name
CSS @keyframes name (must be valid identifier)
Class name
Class for cursor element (without dot)
Width (px)
Height (px)
Background image
Upload local
Drag & drop image here or click to select
Back to URL input
Provide a URL or upload a local image for preview (URL will be used in generated CSS).
Preview uses infinite loop (with alternate if pingpong selected).
Pixelated (image-rendering: pixelated)
Apply crisp pixel edges for pixel art sprites
Frames
Number or JSON array (positive integers)
Duration (seconds)
Number or JSON array (same length as frames)
Cycle mode
None (play once)
Loop (infinite)
Ping-pong (infinite alternate)
Generate CSS
HTML element (
div.ef-sprite
). Use it with
EasyFrame.JS
to generate animation without code.
Minified
Copy code
If you don't use EasyFrame.JS, you can copy code below to add css manualy.
Class rule (
.sprite-animate
)
Minified
Copy code
@keyframes rule (
spriteAnimate
)
Minified
Copy code