WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED MOVED
Bug 139128
Implement parsing of motion path properties
https://bugs.webkit.org/show_bug.cgi?id=139128
Summary
Implement parsing of motion path properties
Dirk Schulze
Reported
2014-12-01 07:06:20 PST
Implement parsing of motion path properties
Attachments
[WIP] Parsing of the long hand properties
(24.37 KB, patch)
2014-12-01 07:09 PST
,
Dirk Schulze
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dirk Schulze
Comment 1
2014-12-01 07:09:45 PST
Created
attachment 242308
[details]
[WIP] Parsing of the long hand properties This is a WIP patch. I am currently unsure if I will be able to continue working on the patch. If someone wants to pick it up, feel welcome to do so. * motion-position will be renamed to motion-distance * motion-rotate is currently not implemented even though I added parts of it in the patch already. * no compiler flag added yet
Dirk Schulze
Comment 2
2014-12-01 07:12:54 PST
(In reply to
comment #1
)
> Created
attachment 242308
[details]
> [WIP] Parsing of the long hand properties > > This is a WIP patch. I am currently unsure if I will be able to continue > working on the patch. If someone wants to pick it up, feel welcome to do so. > > * motion-position will be renamed to motion-distance > * motion-rotate is currently not implemented even though I added parts of it > in the patch already. > * no compiler flag added yet
I forgot to add the Adobe copyright and to mention that parsing/style computation (including path() function) of motion-path is complete.
yisibl
Comment 3
2015-07-08 20:22:11 PDT
Chrome has supported.
Dirk Schulze
Comment 4
2016-10-12 05:12:00 PDT
Basic shapes parsing for path() got implemented (for clip-path) already. So it is just about implementing the properties now.
yisibl
Comment 5
2016-10-12 20:40:35 PDT
The CSS property names for Motion Path properties have changed. Recent spec update:
https://drafts.fxtf.org/motion-1/
https://github.com/w3c/fxtf-drafts/pull/14
We have already shipped with the earlier names. For a period of time we can alias them to the new names. motion-offset -> offset-distance motion-path -> offset-path motion-rotation -> offset-rotation motion -> offset See also:
https://bugs.chromium.org/p/chromium/issues/detail?id=637543
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/uqDmsIj6zJY/cS-Vp_XG2oYJ
Tobi Reif
Comment 6
2020-01-24 00:43:36 PST
Will offset-path be fully supported? eg as used in
https://codepen.io/michellebarker/pen/XWJyydY
(that demo doesn't work in Safari). Then this page
https://caniuse.com/#search=offset-path
should get updated.
Kiet Ho
Comment 7
2021-11-16 03:21:14 PST
Moved to 233109.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug