Bug 145136 - Don't get transitions of zoom
Summary: Don't get transitions of zoom
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
: 24807 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-18 13:35 PDT by Simon Fraser (smfr)
Modified: 2023-05-10 14:43 PDT (History)
3 users (show)

See Also:


Attachments
Testcase (498 bytes, text/html)
2015-05-18 13:35 PDT, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***