Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

The warpable itself is matrix3d, and the process is also matrix3d x matrix3d. So, `matrix3d => translate, rotate, skew` seems impossible yet.

@ngocducdim I don't know if I understand it right 1. do you want to keep the existing rotate, translate, scale? You don't have to use beforeRenderStart and setTransform. ```jsx {...

@STO-2D It's not impossible at the moment, but I think it's a good feature. I have thoughts on adding it.

@jadiagaurang The demo link is only available when it is a target. When I checked, some of the align demos did not work properly, so I plan to fix demo....

@reactone Is it possible to drag in the transform state? Is it the same result even if you drag?

@reactone sorry. Moveable uses ResizeObserver and MutationObserver, but I know that there is no API that detects the location like the video above. If you know the API let me...

@ronny-lark * `croact-moveable` 0.9.0 * `@moveable/helper` 0.1.3 * `lit-moveable` 0.30.0 * `moveable` 0.53.0 * `preact-moveable` 0.55.0 * `react-moveable` 0.56.0 * `svelte-moveable` 0.45.0 * `vue-moveable` 2.0.0-beta.87 * `vue3-moveable` 0.28.0 * `ngx-moveable`...

@lizaemran @DatLe1108 * `croact-moveable` 0.9.0 * `@moveable/helper` 0.1.3 * `lit-moveable` 0.30.0 * `moveable` 0.53.0 * `preact-moveable` 0.55.0 * `react-moveable` 0.56.0 * `svelte-moveable` 0.45.0 * `vue-moveable` 2.0.0-beta.87 * `vue3-moveable` 0.28.0 *...

@hqiaozhang The moveable's click event is not a native click event. dragStart(mousedown) drag(mousemove) dragEnd, click (mouseup) For stopPropagation, try using e.inputEvent.