Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

@fitzmode What does this mean? ``` The problem then is some elements may be offscreen before they are actually played, making an editing use case tedious to implement and depends...

@fitzmode Well not yet. If what I think is correct, I wonder if it can work with this code. ```js const frame = item.newFrame(time); frame.set(....); // ... item.update(); ```

@John-K-2012 @chenp1204 @helson-lin Try adding `outline: 1px solid transparent;` css to your targets. https://github.com/daybrush/moveable/issues/805#issuecomment-1335668498

@holtergram https://daybrush.com/moveable/storybook2 Added Vue2, Vue3, and Svelte demos. It's beta, but if there's something wrong or it doesn't work, please let me know.

@Raserad There is a demo that I zoom tested (controls do not work). https://daybrush.com/moveable/storybook2/?path=/story/etc--zoom-in-zoom-out-template Soon I will make a demo combined with infinite-viewer.

@Frhazz Oh, use `stopDrag` function property

@cherepanov Please add it as a separate issue. It will be supported in the next version.

@anishkargaonkar If you are using React 18's concurrent mode, use flushSync for UI sync. ```jsx import React from 'react'; import ReactDOM from 'react-dom/client'; import { flushSync } from "react-dom"; import...

@anishkargaonkar There should be no problem in 17.0.2. Is it correct that you probably set it like this: `e.target.style.cssText += e.cssText;`?

@flokiowl Maybe it's an svg element? To see it as a video, it is judged as an svg element. svg origin is (0, 0) of ``. If your video is...