Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Issue 2884943002: CSS Motion Path: calculate transform for simple ray() paths (Closed)

Created:
3 years, 7 months ago by Eric Willigers
Modified:
3 years, 7 months ago
Reviewers:
meade_UTC10, pdr.
CC:
blink-reviews, blink-reviews-style_chromium.org, blink-reviews-w3ctests_chromium.org, chromium-reviews, shend
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

CSS Motion Path: calculate transform for simple ray() paths ray(<angle> <size>) indicates a ray with a bearing of the specified angle. For example, ray(0 closest-side) indicates a ray towards the top of the containing box. Spec: https://drafts.fxtf.org/motion-1/#offset-path-property Not yet implemented: calculating the transform when ray uses 'contain', or when offset-distance contains percentage, and thus the ray length must be determined. BUG=641245, 722757 Review-Url: https://codereview.chromium.org/2884943002 Cr-Commit-Position: refs/heads/master@{#472409} Committed: https://chromium.googlesource.com/chromium/src/+/fb7632da4263f6fc7c97f120d2792282baf56770

Patch Set 1 #

Total comments: 6

Messages

Total messages: 19 (9 generated)
Eric Willigers
3 years, 7 months ago (2017-05-16 11:26:20 UTC) #4
pdr.
Overall this looks good! Do you think we could get someone more familiar with CSS ...
3 years, 7 months ago (2017-05-16 22:51:19 UTC) #7
Eric Willigers
https://codereview.chromium.org/2884943002/diff/1/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html File third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html (right): https://codereview.chromium.org/2884943002/diff/1/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html#newcode11 third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html:11: position: absolute; On 2017/05/16 22:51:19, pdr. wrote: > Do ...
3 years, 7 months ago (2017-05-17 05:47:00 UTC) #9
meade_UTC10
this lgtm for ComputedStyle. cc'ing shend since he's currently working on ComputedStyle.
3 years, 7 months ago (2017-05-17 05:54:05 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2884943002/1
3 years, 7 months ago (2017-05-17 10:15:04 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/fb7632da4263f6fc7c97f120d2792282baf56770
3 years, 7 months ago (2017-05-17 10:21:27 UTC) #15
Yiorsi
On 2017/05/17 05:47:00, Eric Willigers wrote: > https://codereview.chromium.org/2884943002/diff/1/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html > File > third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html > (right): > ...
3 years, 7 months ago (2017-05-18 03:09:02 UTC) #16
Eric Willigers
On 2017/05/18 03:09:02, Yiorsi wrote: > Why can't we omit <size>? There was disagreement about ...
3 years, 7 months ago (2017-05-18 04:11:45 UTC) #17
Yiorsi
On 2017/05/18 04:11:45, Eric Willigers wrote: > On 2017/05/18 03:09:02, Yiorsi wrote: > > Why ...
3 years, 7 months ago (2017-05-18 05:06:56 UTC) #18
Eric Willigers
3 years, 7 months ago (2017-05-19 00:11:26 UTC) #19
Message was sent while issue was closed.
> BTW, animation is not supported yet?

Intent:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/_DPl-JG6bV8/y2_GUwFV...

I need to update an animations spec to document path string interpolation, and
we need consensus on the serialization format for path strings.

Currently only offset-distance and offset-rotate have animation shipped.

Powered by Google App Engine
This is Rietveld 408576698