Reland "[Sharesheet] Animate sharesheet open and close."
This relands commit 571bc134. This CL adds animation to Sharesheet appear and disappear. Appear has a opacity fade in from 0 - 100 in 100ms with linear curve and scale fade in 80-100% in 150ms with curve (0.4,0,0.2,1). Disappear is a 100-0 in 80ms linear opacity fade out. In this CL we also disable sharesheet close on deactivate when ShareActions have been selected. The original CL caused a crash when calling CloseBubble twice in quick succession. To prevent this we are adding a check if the bubble is already closing and do not try to close the widget a second time. Bug: 1148692 Change-Id: I19ebe2d34786d51b625bef670c3567f112c50671 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548581Reviewed-by:Dominick Ng <dominickn@chromium.org> Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#829039}
Showing
Please register or sign in to comment