<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Modal | 김미소의 포트폴리오</title><link>https://misosos.github.io/en/tags/modal/</link><atom:link href="https://misosos.github.io/en/tags/modal/index.xml" rel="self" type="application/rss+xml"/><description>Modal</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sat, 04 Oct 2025 00:00:00 +0000</lastBuildDate><image><url>https://misosos.github.io/media/sharing.png</url><title>Modal</title><link>https://misosos.github.io/en/tags/modal/</link></image><item><title>Modal Animation</title><link>https://misosos.github.io/en/playground/ui-components/modal-animation/</link><pubDate>Sat, 04 Oct 2025 00:00:00 +0000</pubDate><guid>https://misosos.github.io/en/playground/ui-components/modal-animation/</guid><description>&lt;p&gt;I realized that when modal windows on websites appear or disappear too abruptly, they can disrupt the user experience. So I experimented with Framer Motion to see how to make them appear smoother and more natural.&lt;/p&gt;
&lt;p&gt;First, I explored how Framer Motion’s AnimatePresence component works in order to implement the exit animation for the modal. Based on that, I combined two effects for the best result: a fading background (Fade) and a slightly enlarging window (Scale) when the modal appears.&lt;/p&gt;
&lt;p&gt;Beyond animation, I also added usability improvements such as allowing the modal to close when pressing the ESC key or clicking outside the darkened background area. Through this experiment, I was reminded that animation is not merely decorative but an essential UX tool that helps guide interaction flow without interrupting user behavior.&lt;/p&gt;</description></item></channel></rss>