You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.
I am using react-flip-page. After 5 seconds of interval I call gotoNextPage() function. The animation for flipping is given 4000 keeping it slow, to give a book change feel.
But, it shows the flipping until half page is folded, the second half (on the left part) is flipped without notice at once. When we do it with swipe slowly, it seems fine.
The text was updated successfully, but these errors were encountered:
Hi, I have attached the zipped file of a video. If you notice, when page starts flipping, it works fine till it reached the half part of image. The left part just changes immediately. Here I am not flipping page using swipe, I am just using gotoNextPage() function after specific interval to slide the image.
Also, when try to swipe it myself manually, it works fine. Please suggest, if I am doing anything wrong.
I am using react-flip-page. After 5 seconds of interval I call
gotoNextPage()
function. The animation for flipping is given 4000 keeping it slow, to give a book change feel.But, it shows the flipping until half page is folded, the second half (on the left part) is flipped without notice at once. When we do it with swipe slowly, it seems fine.
The text was updated successfully, but these errors were encountered: