See the Code - See it Full Page - See Details
CSS Motion Path (Offset Path) has five properties in the current spec. Path, Rotation, and Distance have all had implementation in Chrome since v46, but the two newer properties are just being introduced as the spec is evolving. `offset-anchor` changes which point on the element follows the path (by default it is the center). Seems incorrect in its first implementation in Chrome Canary 58 or 59 `offset-position` does... well I'm not sure yet when it's in relation to a `offset-path: path()`
This Pen uses: HTML, CSS, JavaScript, and