mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Parse the transform-origin z-value
This commit is contained in:
committed by
Alexander Kalenik
parent
a8d5758777
commit
68d3ddb1a7
Notes:
github-actions[bot]
2025-06-15 14:02:53 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/68d3ddb1a73 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5085
@@ -123,9 +123,9 @@ All supported properties and their default values exposed from CSSStylePropertie
|
||||
'WebkitTransform': 'none'
|
||||
'webkitTransform': 'none'
|
||||
'-webkit-transform': 'none'
|
||||
'WebkitTransformOrigin': '50% 50%'
|
||||
'webkitTransformOrigin': '50% 50%'
|
||||
'-webkit-transform-origin': '50% 50%'
|
||||
'WebkitTransformOrigin': '50% 50% 0px'
|
||||
'webkitTransformOrigin': '50% 50% 0px'
|
||||
'-webkit-transform-origin': '50% 50% 0px'
|
||||
'WebkitTransition': 'all'
|
||||
'webkitTransition': 'all'
|
||||
'-webkit-transition': 'all'
|
||||
@@ -630,8 +630,8 @@ All supported properties and their default values exposed from CSSStylePropertie
|
||||
'transform': 'none'
|
||||
'transformBox': 'view-box'
|
||||
'transform-box': 'view-box'
|
||||
'transformOrigin': '50% 50%'
|
||||
'transform-origin': '50% 50%'
|
||||
'transformOrigin': '50% 50% 0px'
|
||||
'transform-origin': '50% 50% 0px'
|
||||
'transition': 'all'
|
||||
'transitionBehavior': 'normal'
|
||||
'transition-behavior': 'normal'
|
||||
|
||||
Reference in New Issue
Block a user