Hugo Zapata
Hugo Zapata
Sorry for the late response. Looks like the value is hardcoded. I'm afraid some refactor would be needed for that.
Thanks! I'd like to support it, first I'll need to support https://github.com/hugozap/react-svgmt which provides the svg loading and manipulation support. Any ideas welcome!
Here's a wrapper component built on top of Knob that limits the rotation: https://codesandbox.io/s/qvyyyvv346
Hey MG, I think this is possible by creating a HOC that receives those new props and translates that into what the component receives now. When you said you need...
Hey @manny89 thanks for the questions/feedback that's a great idea. This has been a crazy month so no much time for open source :S One idea for a HOC is...
Hey Tim, some of your requests can be handled with the current props. If you want to hide the precision controls use: `unlockDistance={0} preciseMode={false}` As of now, the control doesn't...
Hey, I'm not sure I get what you mean by the sliding behavior, can you give me an example, thanks! El dom., 9 de sep. de 2018, 11:16 a. m.,...
Hey @TimSusa right now there's no prop available for that, however this should be possible by setting x to startPos.x in this line: `function dragged() { let currentPos = {...
> Morphdom takes care pretty well of rendering things on a screen. If you want to add an element, it'll take care of it with little trouble. However, it can't...
@YerkoPalma Does this means that additional DOM mutations have to be disabled while the animation ends to avoid issues with re render? This is a big constraint (with css based...