Tag

Path Morphing

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 8, 2023 · Frontend Development

Animating Chinese Character Transformations with D3.js: From SVG Paths to FIFO Queue Animation

This article demonstrates how to convert Chinese characters into SVG paths using Batik, then creates a D3.js animation that morphs one character into another, addressing path length mismatches with a FIFO‑style point‑by‑point transition and adding a swing effect via setInterval.

FIFOJavaScriptPath Morphing
0 likes · 8 min read
Animating Chinese Character Transformations with D3.js: From SVG Paths to FIFO Queue Animation
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jun 23, 2021 · Frontend Development

Complete Guide to SVG: Elements, Animations, and Practical Applications

This guide explains why SVG outperforms raster images, details core elements like the svg container and path commands along with basic shapes, and compares three animation methods—SMIL, CSS, and JavaScript—offering practical techniques such as line drawing, morphing, stroke effects, and motion‑path animation for responsive, scalable web graphics.

CSS animationPath MorphingSMIL
0 likes · 26 min read
Complete Guide to SVG: Elements, Animations, and Practical Applications