Tagged articles

SVG animation

6 articles · Page 1 of 1
IT Services Circle
IT Services Circle
Jun 30, 2026 · Artificial Intelligence

Building an AI Agent to Generate Apple Logo Animations: From ReAct Loops to Harness Engineering

The article walks through creating a web‑wrapped ChatGPT agent that automatically fetches SVG logos, uses ReAct’s think‑act‑observe cycle, handles memory limits with context compression, coordinates multiple AI workers, and adds safety layers—collectively called Harness—to reliably produce Apple logo animations.

AI agentsHarness EngineeringReAct loop
0 likes · 14 min read
Building an AI Agent to Generate Apple Logo Animations: From ReAct Loops to Harness Engineering
Linux Code Review Hub
Linux Code Review Hub
May 25, 2025 · Frontend Development

What’s New in Qt 6.9? Key Features and Improvements

Qt 6.9 introduces major upgrades across graphics, emoji handling, client‑area APIs, SVG animation, order‑independent transparency, performance optimizations, network authorization, HTTP server security, and developer tools, offering developers a richer, faster, and more secure cross‑platform development experience.

Emoji supportNetwork AuthorizationQt
0 likes · 12 min read
What’s New in Qt 6.9? Key Features and Improvements
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.

Path MorphingSMILSVG
0 likes · 26 min read
Complete Guide to SVG: Elements, Animations, and Practical Applications
ByteFE
ByteFE
Jun 15, 2021 · Frontend Development

Generating Chinese Character Stroke Order Animations from Font Files

This article details a technical approach to automatically generating stroke order animation data for Chinese characters from standard font files, covering SVG rendering, coordinate transformations, deep learning-based stroke decomposition, and CSS animation techniques.

Font ParsingSVG animationStroke Order
0 likes · 20 min read
Generating Chinese Character Stroke Order Animations from Font Files
ByteFE
ByteFE
Feb 24, 2021 · Frontend Development

A Practical Guide to Creating SVG Animations with GSAP and TimelineMax

This tutorial demonstrates how to easily create dynamic SVG animations by leveraging the GreenSock Animation Platform (GSAP), specifically focusing on TimelineMax and staggerFrom methods to manipulate DOM elements, apply easing functions, and sequence complex visual effects with minimal code.

CSS selectorsGSAPJavaScript
0 likes · 7 min read
A Practical Guide to Creating SVG Animations with GSAP and TimelineMax
Aotu Lab
Aotu Lab
Feb 17, 2017 · Frontend Development

Master Snap.svg: From Basics to Advanced SVG Animations with Code Samples

This article provides a comprehensive guide to Snap.svg, explaining its purpose, API similarities with jQuery, core classes like Element and Paper, various animation techniques—including element and static animations, path and matrix transformations—along with compatibility tips, performance recommendations, and useful code examples.

JavaScriptMatrix transformSVG animation
0 likes · 17 min read
Master Snap.svg: From Basics to Advanced SVG Animations with Code Samples