The goal of this exercise is to add animations to the tomu logo.
The rules of the game are
- No using proprietary animation software. Probably just Inkscape and Javascript.
- If Javascript is disabled, then the image should look as it was when the artist created it.
- The SVG file must be one file (javascript is inline)
- The SVG and Javascript shouldn't make any requests to the internet (so that it works offline).
- The SVG file must be minified to be as small as possible (I should be able to fit it into 150KB or so).
- There should be enough random delays so when several of these are being viewed simultaneously, they should NOT appear to be synchronized.
- External javascript should be able to easily trigger robot behaviors
Here is my vision for how this will work.
- There should be some "actions" the robot performs such as waving, dancing, fidgeting, scratching, etc.
- in between actions, the robot will be doing the idle action.
- Each action will start and end in the starting position of the logo