Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

@JigarPrajpati if you created a button set the button in dragTarget ```js dragTarget={document.querySelector(".button")} // moveable.dragTarget = document.querySelector(".button"); ```

@zumdar Oh sorry, I didn't add the scale function in the main demo.

@SidIcarus > Request: Adding the respective action class: moveable-resizing, moveable-rotating, etc.? > perhaps either always adding them or as a MoveableOption > Request : Adding the respective action class to...

@SidIcarus * `lit-moveable` 0.14.0 * `moveable` 0.37.0 * `preact-moveable` 0.39.0 * `react-compat-moveable` 0.25.0 * `react-moveable` 0.40.0 * `svelte-moveable` 0.29.0 * `vue-moveable` 2.0.0-beta.44 * `vue3-moveable` 0.12.0 * `ngx-moveable` 0.34.0 moveable's new...

@SidIcarus Okay. I'll add it soon.

@SidIcarus * `@moveable/helper` 0.0.4 * `lit-moveable` 0.15.0 * `moveable` 0.38.0 * `preact-moveable` 0.40.0 * `react-compat-moveable` 0.26.0 * `react-moveable` 0.41.0 * `svelte-moveable` 0.30.0 * `vue-moveable` 2.0.0-beta.46 * `vue3-moveable` 0.13.0 * `ngx-moveable`...

@JigarPrajpati Use resizable, scalable with renderdirections. ```js resizable={{ renderDirections: ["e", "w", "s", "n"], }} scalable={{ renderDirections: ["nw", "ne", "se", "sw"], }} ```

@JigarPrajpati Set `renderDirections={true / false}` if you want to show/hide resize controls. Set `hideDefaultLines={false / true}` if you want to show/hide the lines of the target.

@gtanczyk I'm sorry. group does not support the function of keepRatio false. To use when keepRatio is false, all rotations must be the same.