Bianlian (变脸) is a set of animation player/maker for creating dynamic, smooth, expressive robot faces.
This repository, Bianlian Animator, is a curve-based animation editor. You can find the animation player here.
First, Create a base face shape and export as SVG, preferably using Sketch.
IMPORTANT: The SVG must be flat, meaning no groups can be used. Every element must be directly under the root.
An example:
For every animation, choose Animation > New. Select the base face SVG.
Create keyframe animations as you would in AE.
Don't forget to save!
npm install
npm run serve
npm run build
npm run lint