-
-
Notifications
You must be signed in to change notification settings - Fork 0
Animation In DotArt
DotArt supports the creation of simple pixel animations using frame-based animation.
Animations are commonly used for:
- character sprites
- game effects
- small animated illustrations
Frame-based animation works by displaying multiple images sequentially.
Each image is called a frame.
When frames are displayed quickly, they create the illusion of motion.
Example:
Frame 1 → Frame 2 → Frame 3 → Frame 4
To create an animation in DotArt:
- Create a new canvas.
- Draw the first frame.
- Add a new frame.
- Modify the artwork slightly.
- Repeat for additional frames.
Each frame should represent a small change in movement.
Small movements that make a character appear alive.
Examples:
- blinking
- breathing
- subtle motion
A sequence of frames that simulate walking.
Typical walk cycles use 4 to 8 frames.
Animations used for visual effects such as:
- fire
- water
- sparks
- magic effects
Some animation tools include onion skinning, which allows artists to see previous frames as transparent overlays.
This helps maintain smooth motion between frames.
| Animation Type | Frames |
|---|---|
| Simple loop | 2–4 |
| Walk cycle | 4–8 |
| Complex animation | 8+ |
Animations can be exported as:
- sprite sheets
- individual frames
- animation files
Sprite sheets are commonly used in game development.
- Keep movements small between frames.
- Use consistent timing.
- Test animations frequently.
Simple animations often look better than overly complex ones.
Future versions of DotArt may include:
- improved frame management
- animation preview tools
- advanced export options