Pages icon indicating copy to clipboard operation
Pages copied to clipboard

Issue with page animation triggering when ANY state variable changes on page

Open chasedson opened this issue 2 years ago • 1 comments

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?

chasedson avatar Jul 09 '22 23:07 chasedson

Looks like moving everything into its' own separate view seems to have resolved this issue for now. I'll try to submit a PR with a fix for this in the next week or so

chasedson avatar Jul 11 '22 20:07 chasedson