Make path() animatable
Categories
(Core :: CSS Transitions and Animations, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
References
(Blocks 3 open bugs, )
Details
(Keywords: dev-doc-complete)
Attachments
(5 files)
46 bytes,
text/x-phabricator-request
|
birtles
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
birtles
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
birtles
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
birtles
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
birtles
:
review+
emilio
:
review+
|
Details | Review |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment hidden (obsolete) |
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Assignee | ||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
Assignee | ||
Comment 19•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 20•6 years ago
|
||
Comment 21•6 years ago
|
||
Comment 23•6 years ago
|
||
Comment 24•6 years ago
|
||
Comment 25•6 years ago
|
||
Assignee | ||
Comment 26•6 years ago
|
||
Comment 27•6 years ago
|
||
Assignee | ||
Comment 28•6 years ago
|
||
Assignee | ||
Comment 29•6 years ago
|
||
Comment 30•6 years ago
|
||
Updated•6 years ago
|
Comment 31•6 years ago
|
||
Assignee | ||
Comment 32•6 years ago
|
||
Assignee | ||
Comment 33•6 years ago
|
||
Comment 34•6 years ago
|
||
Comment 37•6 years ago
|
||
bugherder |
Assignee | ||
Comment 39•6 years ago
|
||
Comment 40•6 years ago
|
||
Comment 41•6 years ago
|
||
Assignee | ||
Comment 42•6 years ago
|
||
Comment 43•6 years ago
|
||
Comment 44•6 years ago
|
||
From Mozilla version 64, svg paths used in offsetpath or clip-path are animatable. (If transition applied in svg paths)
But is there any way to off the transition for clip paths?
Assignee | ||
Comment 45•6 years ago
|
||
(In reply to aarthi0808 from comment #44)
From Mozilla version 64, svg paths used in offsetpath or clip-path are animatable. (If transition applied in svg paths)
But is there any way to off the transition for clip paths?
Unfortunately, there is no extra preference to disable the transition on |clip-path:path()|. We only have a preference to determinate if the path() function could be used on clip-path (i.e. layout.css.clip-path-path.enabled), which is disabled by default.
Comment 46•6 years ago
•
|
||
Changing to dev-doc-complete — path() is defined on the basic-shape page — https://developer.mozilla.org/en-US/docs/Web/CSS/basic-shape, which also shows an example of it being animated.
Description
•