ShapeShifter icon indicating copy to clipboard operation
ShapeShifter copied to clipboard

New export type: Syntax exporting?

Open dalisoft opened this issue 6 years ago • 2 comments

Hi @alexjlockwood I'm done my tweening library, now i'm try to make own export type on ShapeShifter, it's better than make another clone ShapeShifter as users will use gui. Is there has middleware helper or something?

I am use JSON format for my js, and works good for now, but it would be best if can be made export type for js, also it's cross-browser, so no worry would be for web about compatibility

dalisoft avatar Sep 21 '17 19:09 dalisoft

Sorry, I didn't see this. I'm not sure what you mean. Can you be more specific?

alexjlockwood avatar Oct 08 '17 17:10 alexjlockwood

Hello @alexjlockwood , sorry for delayed a lot of time, because i was been busy, now have free time, so i can spent this time to improve es6-tween animation library and trying to pair ShapeShifter and es6-tween. Is there any option available to export type syntax will be like this?

let tween1 = new TWEEN.Tween(path, {morph:{shape:"M0,0"},draw:"0% 30%"}).to({morph:{shape:"M10,10"},draw:"20% 20%"}, duration).start()

Supported modifications

  • Attributes
    • Strokes
    • Fill
    • Path data
  • Styles

dalisoft avatar Feb 25 '19 22:02 dalisoft