forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ios] Fix issue with Large Fakebox focus animation
This change fixes several issues related to the omnibox focus animation for Large Fakebox, on iPhone. Instead of entirely skipping the scroll-up to pin the fakebox, a simpler animation is used. On focus, this simpler animation happens simultaneous to the omnibox and popup (search suggestions) appearing and isn't really visible unless there are no search suggestions. On defocus, the scroll back down is visible but happens quickly and it is a simpler animation then the previous scroll down and happens at a normal FPS (unlike the previous CADisplayLink driven animation). Video of animations when there are no search suggestions: http://screencast/cast/NDk5MDk3MTkxNjg0NTA1Nnw2ZjBkYmI0MS0zMg Video of animations when there are search suggestions: http://screencast/cast/NTA0MTgxMzQyNDQzOTI5NnxlNDZmNzNkNi01NA Fixed: 1496805, 1496313 Change-Id: Ic74c84dc02b0a6b9427b860c65e8b97d9bdfc22b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4987950 Reviewed-by: Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Scott Yoder <scottyoder@google.com> Cr-Commit-Position: refs/heads/main@{#1217362}
- Loading branch information
Scott Yoder
authored and
Chromium LUCI CQ
committed
Oct 31, 2023
1 parent
52e5c85
commit e6ee450
Showing
2 changed files
with
58 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters