Daybrush (Younkue Choi)

Results 720 comments of Daybrush (Younkue Choi)

@ngocducdim call setTargets after waitToChangeTarget

@ngocducdim Okay. I'll check it again.

@ngocducdim 0.38.2 was released. check it again.

@iCloudys @xinnai Specify target as an array or selector string

@mamsoudi * `lit-moveable` 0.11.2 * `moveable` 0.34.2 * `preact-moveable` 0.36.2 * `react-compat-moveable` 0.22.2 * `react-moveable` 0.37.2 * `svelte-moveable` 0.26.2 * `vue-moveable` 2.0.0-beta.30 * `vue3-moveable` 0.9.2 * `ngx-moveable` 0.31.2 moveable's new...

@seahindeniz moveable's new version is released. Check it again.

@seahindeniz The style of target is not initialized, but frame.translate is initialized. The translate of the target and the translate of the frame must match.

@seahindeniz If my understanding is correct, try this: Don't use dragStart, scaleStart, rotateStart, just use drag and scale. ```js moveable.on('drag', e => { e.target.style.transform = e.transform; }).on('scale', e => {...

@seahindeniz This demo is an old demo and a new demo is being prepared. Only react is supported, but various frameworks will be supported. https://daybrush.com/moveable/storybook2/?path=/story/use-css--scalable-template

@William-Depix If all ables are disabled, drag events are not blocked on child-elements.