Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[web-animations] provide a dedicated flag for KeyframeEffect.iteratio…
…nComposite https://bugs.webkit.org/show_bug.cgi?id=240727 Patch by Antoine Quint <graouts@apple.com> on 2022-05-20 Reviewed by Dean Jackson. Add a dedicated flag for the `KeyframeEffect.iterationComposite` property as that property did not make it to Web Animations 1.0 and should not be enabled together with `KeyframeEffect.composite`. * Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml: * Source/WebCore/animation/KeyframeEffect.cpp: (WebCore::KeyframeEffect::create): * Source/WebCore/animation/KeyframeEffect.idl: Canonical link: https://commits.webkit.org/250816@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294579 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
d9f3816
commit 5ab995f5db3b4c24c7a01f9ecc118ef419d569fd
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters