Daybrush (Younkue Choi)

Results 720 comments of Daybrush (Younkue Choi)

@stepanjakl It can't be helped because you set the width yourself. If you expect to automatically change the width, try setting it with the following option. Instead, you must input...

@stepanjakl Try modifying align to "stretch".

@stepanjakl Modify the column value directly through resize event or resizeObserver. ```js grid.column = 2 ~ 4 ```

@MindSetFPS It is most likely a bug in vite itself. Bug fixed, test with version 1.12.1-beta.0.

@usmanpakistan Try using direction: "reverse". or try something like this ```js typingItem.setDirection("reverse"); const sceneItem = new SceneItem(); sceneItem.set(typingItem); ``` If not, how can I know which sceneItem or scene the...

@Allakazan sorry. useNowFrame (i.e. reactive component) cannot be called dynamically and its number cannot be changed. If you're like me, I recommend using item.getNowFrame().

@impressivewebs Where is the domain used? `https://scene.js.org` is the same page (backup). ``` https://daybrush.com/scenejs ``` This page is constantly being updated.

@tareq0065 Calling the newItem and set methods is the correct usage and is the way to add items dynamically. Is there any demo? It is difficult to determine the cause...

@Allakazan There is a set function in the result of useScene. Use the set(....) function. https://github.com/daybrush/scenejs/issues/84#issuecomment-1422724347