Skip to content

Drawer host animation flickering #3253

Closed Answered by Keboo
abogadi asked this question in Q&A
Discussion options

You must be logged in to vote

My first thought is there is some sort of binding that is doing work/changing values during the animation. It is also possible that the size of the content within the drawer is changing as part of the animation causing it.

Two things I would check:

  1. Set the root content in the drawer to a fixed width and see if that changes the behavior. If it does that means the issue the content size changing as part of the animation.
  2. If you are opening the drawer by binding to its is-open property, check the contents of the getter/setter of the bound property to make sure they are not causing any recursive calls/work as part of the trigger.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@abogadi
Comment options

Answer selected by abogadi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants