Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 2ad0edfc authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix the overflow button disappearing suddenly during animations

A couple of things going on with this:

1) The overflow visibility was being updated when the expanded view
   animation was finished NOT when the bubble view animation was
   finished, so it would switch to be invisible before it reached
   its final spot.
2) The overflow was being animated to the resting position of
   normal bubble, when really because it disappears we should
   animate it to a spot that wouldn't be visible -- so remove the
   offset applied to its animation. When this is done, it kinda
   bounces behind the top bubble which looks a bit weird so I also
   reduced the bounciness of it.
3) If the overflow is showing the update dot, this also needs to
   be animated in / out so that it doesn't just show / hide.

Test: manual / visual - expand and collapse bubbles it and observe
                        that the overflow originates / returns to the
                        stack rather than suddenly disappearing
                      - check if you only have 1 bubble that the
                        overflow doesn't bounce past the first bubble
                        when collapsing.
Bug: 301270929

Change-Id: I175482388edbb43d0903d0dd420d24ec0e4cb7ea
parent 4fdea46e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment