Re: [fxtf-drafts] [motion-1] The definition of "containing box" for ray() function (#369)

Can this be done with the ray() function when the parent element has an indeterminate width and height? If I understand correctly, something like this?

```css
@keyframes {
  0% {
    offset-path: ray(0deg) border-box;
  }
  
  100% {
    offset-path: ray(360deg) border-box;
  }
}
```


-- 
GitHub Notification of comment by yisibl
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/369#issuecomment-1539646127 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 9 May 2023 08:04:14 UTC