#svg

[ follow ]
fromSmashing Magazine
2 days ago

Smashing Animations Part 6: Magnificent SVGs With And CSS Custom Properties - Smashing Magazine

Since I wrote that explanation, I've designed and implemented new Magnificent 7 animated graphics across my website. They play on the web design pioneer theme, featuring seven magnificent Old West characters. View this animated SVG on my website. (Large preview) <symbol> and <use> let me define a character design and reuse it across multiple SVGs and pages. First, I created my characters and put each into a <symbol> inside a hidden library SVG:
Web development
Web design
fromSmashing Magazine
1 month ago

Smashing Animations Part 5: Building Adaptive SVGs With , , And CSS Media Queries - Smashing Magazine

Use <symbol>, <use>, and CSS media queries to create SVGs whose internal elements can be repositioned and resized to suit different screen aspect ratios.
from2ality
1 month ago

Taking SVG "screenshots" of HTML elements

I was looking for a way to create images (think screenshots) of CSS layouts that I can use in HTML, EPUB and PDF files. This blog post describes my solution - which produces SVG images.
Web development
#css
fromSmashing Magazine
1 month ago

Ambient Animations In Web Design: Principles And Implementation (Part 1) - Smashing Magazine

Creating motion can be tricky. Too much and it's distracting. Too little and a design feels flat. Ambient animations are the middle ground - subtle, slow-moving details that add atmosphere without stealing the show. Unlike timeline-based animations, which tell stories across a sequence of events, or interaction animations that are triggered when someone touches something, ambient animations are the kind of passive movements you might not notice at first. But, they make a design look alive in subtle ways.
Web design
#path-element
Web design
fromJoshwcomeau
3 months ago

A Friendly Introduction to SVG * Josh W. Comeau

SVG is a powerful, XML-based image format that enables scalable and interactive graphics in web development.
#react
fromCodrops
4 months ago
Web development

Building an Infinite Marquee Along an SVG Path with React & Motion | Codrops

Create an infinite scrolling marquee using SVG paths and animate elements with React and CSS properties.
fromLogRocket Blog
6 months ago
React

A guide to using SVGs in React - LogRocket Blog

SVG is a versatile image format supported in modern web applications, especially within React.
Typography
fromSmashing Magazine
4 months ago

Decoding The SVG path Element: Curve And Arc Commands - Smashing Magazine

Understanding how to draw curves and arcs using SVG path commands is essential for advanced coding skills in vector graphics.
This article builds on previous discussions about SVG, focusing specifically on curve and arc commands.
JavaScript
fromSmashing Magazine
5 months ago

Smashing Animations Part 3: SMIL's Not Dead Baby, SMIL's Not Dead - Smashing Magazine

SMIL animations in SVG enrich design capabilities beyond CSS animations.
SMIL is still viable for modern web design despite previous deprecation concerns.
[ Load more ]