Julien Fradin

Results 13 comments of Julien Fradin

You are trying to set a `FlipPage` property on `this`, while not being inside a class or a function. I would recommend you use the [`useRef` hook](https://fr.reactjs.org/docs/hooks-reference.html#useref).

Hello, Sorry for the long delay. This basically means the `window` object cannot be found in order to enable `responsive` mode. I have never used NextJS. You should check out...

Thanks for reporting, I’m investigating… The component is becoming very hard to maintain, and since there has been **A LOT** of API changes in React… it would need a total...

Hello, There have been several issues regarding problems when building a project into production mode… I have never been able to reproduce nor to identify the problem. I would probably...

Hello @FrancoisCoding, Yesterday was released a new version, `1.6.1`, which uses another uglifying technic. Can you please try and check if the animation is working correctly now?

It looks like the image under the flipping page is not being displayed. But that seems weird as it displays correctly after the delay is over… Could I suggest that...

Hello, Sorry for the delayed reply… From what you describe, I can see two solutions: - Only mount the `FlipPage` component once you have the data - Call `gotoPage` with...

Yes, this could be an interesting feature. The idea would be to trigger animation, wait a delay, then trigger animation again until reaching first page. I can try to work...

No sorry, I do not have time to take care of the repos anymore. Keep in mind that this is a POC, using with dynamic content can lead to weird...