CSS Motion Path Sample
Available in Chrome 46+ |
View on GitHub |
Browse Samples
Background
CSS Motion Paths allow web pages to animate
graphical objects along paths, specified using CSS.
It introduces the following new CSS properties: motion-offset
,
motion-path
, and motion-rotation
.
HTML Snippet
CSS Snippet
JavaScript Snippet