mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Implement plumbing for view transitions
This implements large parts of the CSS view-transitions-1 spec.
This commit is contained in:
parent
4f0e8236a0
commit
56739b4b16
Notes:
github-actions[bot]
2025-09-07 12:59:13 +00:00
Author: https://github.com/Psychpsyo
Commit: 56739b4b16
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5155
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/kalenikaliaksandr ✅
22 changed files with 1516 additions and 4 deletions
|
|
@ -424,6 +424,7 @@ libweb_js_bindings(UIEvents/WheelEvent)
|
|||
libweb_js_bindings(URLPattern/URLPattern)
|
||||
libweb_js_bindings(UserTiming/PerformanceMark)
|
||||
libweb_js_bindings(UserTiming/PerformanceMeasure)
|
||||
libweb_js_bindings(ViewTransition/ViewTransition)
|
||||
libweb_js_bindings(WebAssembly/Global)
|
||||
libweb_js_bindings(WebAssembly/Instance)
|
||||
libweb_js_bindings(WebAssembly/Memory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue