<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Scoped Transitions on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/scoped-transitions/</link><description>Recent content in Scoped Transitions on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 05 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/scoped-transitions/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 3: Your First Scoped Transition: `element.startViewTransition()`</title><link>https://ai-blog.noorshomelab.dev/scoped-view-transitions-2025/chapter-3-first-scoped-transition/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/scoped-view-transitions-2025/chapter-3-first-scoped-transition/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, future web animation wizard! In our previous chapters, you dipped your toes into the exciting world of the View Transition API, likely starting with &lt;code&gt;document.startViewTransition()&lt;/code&gt; to create smooth, page-wide animations. That&amp;rsquo;s fantastic for full-page navigations, but what if you want to animate just a &lt;em&gt;part&lt;/em&gt; of your page, perhaps an expanding card, a changing tab, or a component that updates its content with a delightful flourish?&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s precisely what &lt;strong&gt;Scoped View Transitions&lt;/strong&gt; are for, and in this chapter, we&amp;rsquo;re going to unlock their power using the incredible &lt;code&gt;element.startViewTransition()&lt;/code&gt; method. You&amp;rsquo;ll learn how to initiate transitions within a specific DOM subtree, giving you granular control over your animations and enabling multiple, concurrent transitions on a single page. Get ready to make your web components truly come alive!&lt;/p&gt;</description></item></channel></rss>