It seems Chromium and Webkit support `offset-position` in the style system but not fully use it in motion transform, e.g. Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=240272. `offset-position` is used for `ray()` function and some `<basic-shape>`s, but not for `path()` function and others. In order to improve the interop score for [motion-1], we can support offset-position in the style system first and then use other separate bugs to apply `offset-position` for `offset-path` values which need it.
Bug 1818666 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
It seems Chromium and Webkit support `offset-position` in the style system but not fully use it in motion transform, e.g. Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=240272. `offset-position` is used for `ray()` function and some `<basic-shape>`s, but not for `path()` function and others. In order to improve the interop score for [motion-1], we can support `offset-position` in the style system first and then use other separate bugs to apply `offset-position` for `offset-path` values which need it.