mirror of
https://github.com/nachonavarro/Pages.git
synced 2026-04-03 00:19:22 -06:00
Make animation when changing pages externally optional #16
Labels
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/Pages#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @koraktor on 5/21/2020
I know this has been added recently (#8,
9642f78f17), but for my use case it works best when animations are disabled.For some context I‘m changing page contents and page index on swiping, effectively creating an possibly infinite number of pages. Currently, the animation of the real swipe and the implicit one by changing the page index causes a slight flickering.
It would be great to have both possibilities and even better a dynamic way of switching this programmatically.