<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amelia Smith</title>
    <description>The latest articles on DEV Community by Amelia Smith (@ameliasmith).</description>
    <link>https://dev.to/ameliasmith</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1085781%2F84edf998-c1a5-419a-8a76-66022ecd384c.jpg</url>
      <title>DEV Community: Amelia Smith</title>
      <link>https://dev.to/ameliasmith</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ameliasmith"/>
    <language>en</language>
    <item>
      <title>Scroll Driven Animations - we don't need any JS</title>
      <dc:creator>Amelia Smith</dc:creator>
      <pubDate>Mon, 16 Oct 2023 15:35:00 +0000</pubDate>
      <link>https://dev.to/ameliasmith/scroll-driven-animations-we-dont-need-any-js-3k4k</link>
      <guid>https://dev.to/ameliasmith/scroll-driven-animations-we-dont-need-any-js-3k4k</guid>
      <description>&lt;p&gt;Scroll Driven Animation is the future of CSS animation &lt;/p&gt;

&lt;p&gt;We shared some crazy examples of scroll-driven animation. Watch this video and be inspired &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/rgDonvHT4Fg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;







&lt;h3&gt;
  
  
  Bunch of demos and source Code
&lt;/h3&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1713611084832420019-613" src="https://platform.twitter.com/embed/Tweet.html?id=1713611084832420019"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1713611084832420019-613');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1713611084832420019&amp;amp;theme=dark"
  }



&lt;/p&gt;




&lt;h3&gt;
  
  
  Important Links
&lt;/h3&gt;

&lt;p&gt;Demos&lt;br&gt;&lt;br&gt;
&lt;a href="https://scroll-driven-animations.style/"&gt;https://scroll-driven-animations.style/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Blog by Chrome&lt;br&gt;
&lt;a href="https://developer.chrome.com/articles/scroll-driven-animations/"&gt;https://developer.chrome.com/articles/scroll-driven-animations/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;animation-timeline&lt;br&gt;
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timeline#browser_compatibility"&gt;https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timeline#browser_compatibility&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;read more blog&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://developer.mozilla.org/en-US/blog/scroll-progress-animations-in-css/"&gt;https://developer.mozilla.org/en-US/blog/scroll-progress-animations-in-css/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.w3.org/TR/scroll-animations-1/"&gt;https://www.w3.org/TR/scroll-animations-1/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/w3c/csswg-drafts/blob/main/scroll-animations-1/EXPLAINER.md"&gt;https://github.com/w3c/csswg-drafts/blob/main/scroll-animations-1/EXPLAINER.md&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://codelabs.developers.google.com/scroll-driven-animations#0"&gt;https://codelabs.developers.google.com/scroll-driven-animations#0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>css</category>
      <category>webdev</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
    <item>
      <title>Only good developers make bad UI</title>
      <dc:creator>Amelia Smith</dc:creator>
      <pubDate>Fri, 13 Oct 2023 17:16:27 +0000</pubDate>
      <link>https://dev.to/ameliasmith/only-good-developers-make-bad-ui-m72</link>
      <guid>https://dev.to/ameliasmith/only-good-developers-make-bad-ui-m72</guid>
      <description>&lt;h3&gt;
  
  
  Do you know Developers are competing to make the worst user experience possible
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2YBpgU7v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/10o5zrtzshs1jblek6a5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2YBpgU7v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/10o5zrtzshs1jblek6a5.png" alt="Worst UI Competition" width="800" height="469"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Check out some best bad UI created by experienced programmers.
&lt;/h4&gt;




&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1712528404761973028-686" src="https://platform.twitter.com/embed/Tweet.html?id=1712528404761973028"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1712528404761973028-686');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1712528404761973028&amp;amp;theme=dark"
  }



&lt;/p&gt;







&lt;h5&gt;
  
  
  Thank you ❤❤
&lt;/h5&gt;

</description>
      <category>ui</category>
      <category>webdev</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Mind Blowing CSS Only Animation in 2023</title>
      <dc:creator>Amelia Smith</dc:creator>
      <pubDate>Sat, 26 Aug 2023 16:46:08 +0000</pubDate>
      <link>https://dev.to/ameliasmith/mind-blowing-css-only-animation-in-2023-f2c</link>
      <guid>https://dev.to/ameliasmith/mind-blowing-css-only-animation-in-2023-f2c</guid>
      <description>&lt;p&gt;Mind Blowing CSS Only Animation in 2023&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WtLseHoT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xh84ob4ziem5kx8jcjn0.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WtLseHoT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xh84ob4ziem5kx8jcjn0.gif" alt="Mind Blowing CSS Only Animation in 2023" width="600" height="338"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Watch Full Video
&lt;/h3&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/kQxKkEm3oDA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Best CSS Animation on internet</title>
      <dc:creator>Amelia Smith</dc:creator>
      <pubDate>Wed, 02 Aug 2023 11:15:48 +0000</pubDate>
      <link>https://dev.to/ameliasmith/best-css-animation-on-internet-1hd8</link>
      <guid>https://dev.to/ameliasmith/best-css-animation-on-internet-1hd8</guid>
      <description>&lt;h3&gt;
  
  
  1. Animated Background with SVG in CSS
&lt;/h3&gt;

&lt;p&gt;Output &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7GE1jkAE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wcf3fyryjk1o8rczqlur.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7GE1jkAE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wcf3fyryjk1o8rczqlur.gif" alt="Animated Background with SVG in CSS" width="600" height="337"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source Code &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/wa7cnYu0QyQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h3&gt;
  
  
  2. CSS Border Lighting Animation in CSS
&lt;/h3&gt;

&lt;p&gt;Output &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hszEQIgC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ba76wpvohslondzsw3z2.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hszEQIgC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ba76wpvohslondzsw3z2.gif" alt="CSS Border Lighting Animation in CSS" width="600" height="263"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source Code&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/u5MPxuAfRao"&gt;
&lt;/iframe&gt;
 &lt;/p&gt;




&lt;h3&gt;
  
  
  3.  CSS 3D Card Hover Effect
&lt;/h3&gt;

&lt;p&gt;Output &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rdbicnxO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/azql3h08bzros4441fhc.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rdbicnxO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/azql3h08bzros4441fhc.gif" alt="CSS 3D Card Hover Effect" width="600" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source Code&lt;/p&gt;

&lt;p&gt;&lt;a href="https://democoding.in/css-3d-card-generator"&gt;https://democoding.in/css-3d-card-generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This amazing design made by &lt;a href="https://codepen.io/amit_sheen"&gt;Amit Sheen&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
