Bug
1795917 [wpt PR 36531] - [scroll-animations] Implement animation-delay-[start,end], a=testonly
Automatic update from web-platform-tests
[scroll-animations] Implement animation-delay-[start,end]
This CL implements support for the animation-delay-start and -end
longhands, alongside the existing animation-delay longhand.
Animations that use non-default timelines will automatically use
the delays specified by animation-delay-[start,end], and other
animations will continue to use the start delay specified by
animation-delay.
Making animation-delay a shorthand based on a runtime flag is a bit
complicated since our code generation does not support it. That work
is therefore deferred to a later CL.
Bug:
1317765,
1375994
Change-Id: Iac5944876162557bb99942cc300489b8362e147a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/
3961415
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Auto-Submit: Anders Hartvoll Ruud <andruud@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#
1063064}
--
wpt-commits:
8f0a96cf8d3ba3ed3c88b649bafce0d9e25b4322
wpt-pr: 36531