Posts tagged "animation"

2 posts
A black and tan dachshund named Elvis sitting on wooden flooring, wearing a pink bandana with watermelon print. He has soulful dark eyes, floppy ears, and is looking directly at the camera with an alert, friendly expression.

Welcome Elvis to this blog!

| In General
| 8 minute read

Over the last few days, I’ve been working on putting Elvis, our Dachshund, onto this blog’s banner. The goal was to create a smooth animation where Elvis appears by rising from the bottom of the banner, then leans his paws over the border—adding some personality to the site while exploring modern web animation techniques.

A dreamy, ethereal landscape with soft pink and purple clouds in a pastel sky. Flowing sine waves made of code characters weave through the scene in translucent ribbons of light, creating gentle wave patterns. Several colorful butterflies - including blue, purple, and pink ones - flutter gracefully across the composition. The overall mood is serene and fantastical, blending programming elements with natural beauty.

Animating SVG with plain JavaScript and CSS

| In Tech
| 5 minute read

Refactoring my banner into SVG was only the beginning: the next step was animation. I continued with the “AI as a teacher” model and asked Claude to explain to me concepts like IIFE, how the browser’s DOM processes SVG elements, which SVG properties are GPU-accelerated and other CSS performance conc…