Takeshi Sone

Results 91 comments of Takeshi Sone

Thanks @bluelemonade! Let meclarify your suggestion... 1. Tilt the cover page (without curling) a bit when dragging to opposite direction to the next page 2. Make cover pages nearer to...

Alright, I will implement it sometime soon. Thanks for the idea.

I'll keep this open until it's implemented.

Hi, hardcover seems harder than I expected, and I didn't have enough time to implement it. I'm sorry for the delay, but I'll do it some time. Non-centering seems much...

None so far, I'll do it when I have time.

That's an interesting idea. I'll give it some thought. Thanks for the input.

I will consider adding `pageInTransition`. Since `flipLeft` only works if `canFlipLeft` is actually `true`, it's not a good thing to change the behavior of `canFlipLeft`.

I think it is not possible at the moment. I will add that feature when I have time.

``` '@/assets/images/famille-1.jpg', ``` These will not be resolved. Try using require like below; ``` require('@/assets/images/famille-1.jpg').default, ```

Should I change the props in README to kebab case?