commit | 2df9632f6a0967e079b54de7e1171b9d18bb71cf | [log] [tgz] |
---|---|---|
author | Vladimir Levin <vmpstr@chromium.org> | Wed Apr 21 21:18:35 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 21 21:18:35 2021 |
tree | b838c1b8103cb32c66ecd668d30e4bc3a18eb557 | |
parent | ef0951c626f0e600fb4b3e11cb65be3e6e26846c [diff] |
SET: Basic support for shared element transitions. This patch adds support for shared element transitions by keeping track of transform/rect animations and appropriately scaling both the source and destination components to fit into the same intermediate transform and rect. R=kylechar@chromium.org, vasilyt@chromium.org Bug: 1174141 Change-Id: Ie6608bd0c702ecd5368e20649ed51929a59c955c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2829391 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: kylechar <kylechar@chromium.org> Reviewed-by: Ian Vollick <vollick@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#874859}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.