mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Add CSS view-transition-name
This commit is contained in:
parent
b833168b74
commit
c0eb072645
Notes:
github-actions[bot]
2025-02-22 14:53:16 +00:00
Author: https://github.com/Psychpsyo
Commit: c0eb072645
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3605
Reviewed-by: https://github.com/AtkinsSJ ✅
10 changed files with 78 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
|
||||
'cssText': ''
|
||||
'length': '219'
|
||||
'length': '220'
|
||||
'parentRule': 'null'
|
||||
'cssFloat': 'none'
|
||||
'WebkitAlignContent': 'normal'
|
||||
|
@ -589,6 +589,8 @@ All supported properties and their default values exposed from CSSStyleDeclarati
|
|||
'user-select': 'auto'
|
||||
'verticalAlign': 'baseline'
|
||||
'vertical-align': 'baseline'
|
||||
'viewTransitionName': 'none'
|
||||
'view-transition-name': 'none'
|
||||
'visibility': 'visible'
|
||||
'whiteSpace': 'normal'
|
||||
'white-space': 'normal'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue