You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made significant improvements to Shape Shifter's UI, making it overall much easier to use.
Changes are now primarily made through the canvas via a new "action mode"-centric
user interface, which is activated whenever the user selects a subpath, segment, and/or point.
Added a new pair subpaths mode, which allows the user to specify how subpaths in the start
canvas should morph into subpaths in the end canvas.
Added three new export formats for the web:
Export to SVG spritesheet (30fps and 60fps).
Export to standalone SVG frames (30fps and 60fps).
Export to CSS keyframes (note that Chrome is the only browser that supports them
as of April, 2017).
Added the ability to import VectorDrawable files into the workspace.
Added the ability to delete subpaths and split segments directly from the canvas.