Transition effect on page navigation #919
Unanswered
shabshabar
asked this question in
Q&A
Replies: 1 comment
-
Assuming by "Navigation" you mean rendering page 2 where page 1 was previously rendered: Yes. The only tricky thing here is to keep the previous page rendered until the next one is fully rendered. The latter problem has been discussed in #875. Assuming by "Navigation" you mean rendering page 2 below page 1: Yes. If you have some external navigation between pages, you can use Assuming by "Navigation" you mean something like page turning animation: see #741. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does this library support transition effect on page navigation, what I mean to say is from going page1 to page 2 can we add a transition effect.
Beta Was this translation helpful? Give feedback.
All reactions