CSS Motion Path
Allows elements to be animated along SVG paths or shapes via the `offset-path` property. Originally defined as the `motion-path` property.
SVG (basic support)
Method of displaying basic Vector Graphics features using the embed or object elements. Refers to the SVG 1.1 spec.
svgtextpathelement api: startoffset
css property: offset-path: `<basic-shape>`
css property: offset-path: border-box
css property: offset-path: content-box
css property: offset-path: fill-box
css property: offset-path: margin-box
css property: offset-path: none
css property: offset-path: padding-box
css property: offset-path: support for `path()` function as a value
css property: offset-path: support for `ray()` function as a value
css property: offset-path: stroke-box
css property: offset-path: `<url>`
css property: offset-path: view-box
types: `<basic-shape>`: `path()`: in `offset-path`
svg element: textpath: startoffset
17 results found.