Closed
Description
openedon Jan 9, 2024
What problem does this address?
Toggle button has a nice animation when toggling, but the animation gets applied also when something else in the surrounding UI changes location of the toggle on the screen:
Screen.Recording.2024-01-09.at.13.12.43.mov
Note how changing other settings causes toggle animation to lag. That said, collapsing panels doesn't cause the same effect, so I'm not entirely sure what's in play here.
What is your proposed solution?
Apply animation only onChange
, and disable otherwise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment