mirror of
https://github.com/nachonavarro/Pages.git
synced 2026-04-03 00:19:22 -06:00
Issue with page animation triggering when ANY state variable changes on page #3
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#3
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 @chasedson on 7/9/2022
I'm having an issue with the library, where any time any of my other state variables change on page, the animation triggers.
If I've got a Page 0, and a Page 1, the "moving back to 0" animation triggers anytime a variable changes on page 0 (UX element, etc).
Is there any way to prevent this from happening?