Summary: Motion paths allow authors to animate elements along an author-specified path. When the <offset-distance> property is animated, for example using Web Animations, the element moves along the path.
Motion path animation provides an easy way for authors to declaratively specify animation of an element along a sequence of lines, arcs or splines (e.g. could be a SVG Path or a basic shape). This is equivalent to SVG's animateMotion tag, but for all HTML and SVG elements (SMIL's animateMotion only works with SVG elements). Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1186329 Link to standard: https://www.w3.org/TR/motion-1/ Platform coverage: All platform. Estimated or target release: Not yet determined. Preference behind which this will be implemented: " layout.css.motion-path.enabled" Is this feature enabled by default in sandboxed iframes? Yes. DevTools bug: DevTools should support this, so we will file a bug for this. Do other browser engines implement this? Yes, but now only Google chrome supports Motion Path. Tests - web-platform/tests/css/motion/ I will also add tests in layout, according to our current implementation. -- Regards, Boris Chiou _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform