ptol Posted August 29, 2017 Share Posted August 29, 2017 I need to create simple animations with translate, rotate, scale. And I need to export these transformations with simple format, something like this. [ { duration:1000, from: {angle:0}, to: {angle: 90} }, {delay:100, duration: 2000, from: {x:0, y:0}, to: {x: 100, y: 100})] What visual tool can I use? Link to comment Share on other sites More sharing options...
Recommended Posts