Skip to content

Commit

Permalink
[scroll-animations] add a runtime flag for Scroll-driven Animations
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264260

Reviewed by Tim Nguyen.

Add a runtime flag for the Scroll-driven Animations spec (https://drafts.csswg.org/scroll-animations-1/).

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

Canonical link: https://commits.webkit.org/270282@main
  • Loading branch information
graouts committed Nov 6, 2023
1 parent 9db4989 commit 40f1e1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5698,6 +5698,20 @@ ScrollAnimatorEnabled:
WebCore:
default: false

ScrollDrivenAnimationsEnabled:
type: bool
status: testable
category: animation
humanReadableName: "Scroll-driven Animations"
humanReadableDescription: "Enable Scroll-driven Animations"
defaultValue:
WebKitLegacy:
default: false
WebKit:
default: false
WebCore:
default: false

ScrollToTextFragmentEnabled:
type: bool
status: stable
Expand Down

0 comments on commit 40f1e1d

Please sign in to comment.