senocular / TransformTool

Free Transform Tool (AS, JS) for manipulating objects in 2D space.
MIT License
78 stars 38 forks source link

Documentation for DOM Transformation Tool? #3

Open praneybehl opened 10 years ago

praneybehl commented 10 years ago

Hi, This tool looks great. But would it be possible to get some docs or some information about how the selectors works?

It would be really helpful for anyone to quickly get started.

Would really appreciate any help.

Thanks, Praney

senocular commented 10 years ago

This is something I've been meaning to do. The documentation is very weak, at least on the JS side (which I did fairly quickly mostly to see how hard it would be to do so). There's some existing docs on the AS version which I've been meaning to move over too, but they're different enough codebases that it wouldn't help so much on the JS side.

Thanks for the kick in the pants. I'll try to work on this when I get some free time.

praneybehl commented 10 years ago

Thank you and appreciate your effort.

swampthang commented 8 years ago

Hi, Senocular. I'd be willing to pay you to set up the js version for setting up the free transform tool to manipulate inline SVGs. Are you interested? I need it pretty quickly. I'm working in a nodejs environment building a desktop app using Electron.

senocular commented 8 years ago

Hi @swampthang. Sorry, but I don't have the bandwidth to help you right now. And to be honest, its been long enough that I'm not really all that familiar with the code anymore either. I'd be willing to bet there are other options for you out there, hopefully easier to use and better documented ones at that.

swampthang commented 8 years ago

Thanks, @senocular. You'd be surprised how few options there are and the ones that are available require a lot of crazy stuff. I decided to build my own. Beginnings of it are in this codepen and built using GSAP. Might be a starting point for someone else needing a simple approach that they could modify themselves.