Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

@luegil 안녕하세요. 1. 남은 패널 거리만큼을 duration(9400)만큼 움직이려고해서 남은 거리가 작을수록 느려지게 보여집니다. 곧 수정하여 duration을 보정하겠습니다. 2. `preventClickOnDrag` (기본값 true)가 설정되어 있습니다. 조금이라도 움직이면 클릭이벤트가 발생하지 않을 수 있습니다....

@luegil flicking-plugins의 4.7.1 버전이 릴리즈됐습니다. 업데이트해보시길 바랍니다.

@Azcimas Would you like to try using plugins like this? ```vue const plugins = [new Arrow()];

@Azcimas This is the code I tested. Anything different from your code? ```vue import Flicking from "@egjs/vue3-flicking"; import "@egjs/vue3-flicking/dist/flicking.css"; import "@egjs/flicking-plugins/dist/flicking-plugins.css"; import { Arrow } from "@egjs/flicking-plugins"; const plugins =...

@atumas-bananamilk Since the key is an index, it is difficult to detect size changes if the item has the same key. Try using the renderItems method every time you search...

@atumas-bananamilk It can't be helped because there is time for the image to load. 1. In the first render, You can hide it by setting position: absolute; left: -9999px; top:...

@atumas-bananamilk MasonryGrid, JustifiedGrid FrameGrid, ... works the same in all Grids.

@liuJchun Probably because batching doesn't happen while loading The following phenomena may occur. Try to set data-grid-lazy="true" on item element?

@stepanjakl align: 'justify', independent of gap. If so, change it to align: "center", "start", "end".

@stepanjakl 33.333%, so the sum of the three is 100%. Therefore, it is difficult to set the gap to 30 (set 0).