Skip to content

Commit

Permalink
[view-transitions] Enable by default
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=269632
rdar://123128491

Reviewed by Simon Fraser.

Most demos now function to a decent level as of #26175.

Remaining functionality is polish on top of the current work.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/276426@main
  • Loading branch information
nt1m committed Mar 20, 2024
1 parent ffbd398 commit cc58b49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7136,16 +7136,16 @@ ViewGestureDebuggingEnabled:
ViewTransitionsEnabled:
type: bool
category: animation
status: testable
status: stable
humanReadableName: "View Transitions"
humanReadableDescription: "Enable the View Transitions API"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

VisibleDebugOverlayRegions:
type: uint32_t
Expand Down

0 comments on commit cc58b49

Please sign in to comment.