[webkit-changes] [WebKit/WebKit] be0557: Don't get transitions of zoom
Antoine Quint
noreply at github.com
Wed May 10 09:27:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: be05571ab5fe4f51bd9f1ab85a0a2017b821a3c4
https://github.com/WebKit/WebKit/commit/be05571ab5fe4f51bd9f1ab85a0a2017b821a3c4
Author: Antoine Quint <graouts at webkit.org>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/properties-value-003-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/support/properties.js
M Source/WebCore/animation/CSSPropertyAnimation.cpp
Log Message:
-----------
Don't get transitions of zoom
https://bugs.webkit.org/show_bug.cgi?id=145136
Reviewed by Antti Koivisto.
Let's remove animation support for "zoom" altogether. This matches Chrome's behavior and Firefox does
not implement this non-standard property at all.
* LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/properties-value-003-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/support/properties.js:
* Source/WebCore/animation/CSSPropertyAnimation.cpp:
(WebCore::CSSPropertyAnimationWrapperMap::CSSPropertyAnimationWrapperMap):
Canonical link: https://commits.webkit.org/263908@main
More information about the webkit-changes
mailing list