<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Time on Give 'n' Go</title><link>https://give-n-go.co/tags/time/</link><description>Recent content in Time on Give 'n' Go</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 15 Jul 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://give-n-go.co/tags/time/index.xml" rel="self" type="application/rss+xml"/><item><title>Clocks</title><link>https://give-n-go.co/collections/clocks/</link><pubDate>Sat, 15 Jul 2023 00:00:00 +0000</pubDate><guid>https://give-n-go.co/collections/clocks/</guid><description>&lt;h2 id="why-clocks-make-great-practice">Why Clocks Make Great Practice&lt;/h2>
&lt;p>Clock interfaces sit at a productive intersection of visual design and technical constraint. Every clock needs to solve the same core problems: circular layout, rotating elements, time-based state, and readable typography at multiple scales. But the number of ways you can approach those problems in the browser is enormous.&lt;/p>
&lt;p>A pure CSS analog clock forces you to think about &lt;code>transform-origin&lt;/code>, rotation math, and how &lt;code>transition-timing-function&lt;/code> affects perceived smoothness. An SVG version opens up path-based tick marks, gradient fills, and more precise control over stroke rendering. Adding JavaScript for real-time updates introduces requestAnimationFrame patterns, timezone handling, and DOM update efficiency.&lt;/p></description></item></channel></rss>