motionPath

abstract var motionPath: OffsetPath?(source)

The offset-path CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.

Syntax: none | <offset-path> || <coord-box>

Initial value: none

|       Chrome       | Firefox |  Safari  | Edge | IE  |
| :----------------: | :-----: | :------: | :--: | :-: |
|         55         |   72    |   15.4   | n/a  | No  |
| 46 _(motion-path)_ |         |          |      |     |

See also