Bug 145136

Summary: Don't get transitions of zoom
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/39920
Attachments:
Description Flags
Testcase none

Description Simon Fraser (smfr) 2015-05-18 13:35:56 PDT
Created attachment 253338 [details]
Testcase

Testcase doesn't transition the zoom.
Comment 1 Antoine Quint 2023-05-10 01:23:37 PDT
A transition is actually run, the transitionstart and transitionend events fire as expected. However, the value is not interpolated, either visually or as queried through the CSS OM.
Comment 2 Antoine Quint 2023-05-10 01:24:16 PDT
Chrome does not transition this property at all, there are no events produced and no visual transition. Firefox does not support zoom, a non-standard property, at all.
Comment 3 Antoine Quint 2023-05-10 01:54:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13686
Comment 4 Antoine Quint 2023-05-10 02:01:15 PDT
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/39920
Comment 5 EWS 2023-05-10 09:27:49 PDT
Committed 263908@main (be05571ab5fe): <https://commits.webkit.org/263908@main>

Reviewed commits have been landed. Closing PR #13686 and removing active labels.
Comment 6 Radar WebKit Bug Importer 2023-05-10 09:28:21 PDT
<rdar://problem/109156850>
Comment 7 Ahmad Saleem 2023-05-10 14:43:22 PDT
*** Bug 24807 has been marked as a duplicate of this bug. ***