<?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: lemmin</title>
    <description>The latest articles on DEV Community by lemmin (@lemmin).</description>
    <link>https://dev.to/lemmin</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%2F600224%2Fb2853f6f-df67-4b3f-8ec1-b06266e27227.png</url>
      <title>DEV Community: lemmin</title>
      <link>https://dev.to/lemmin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lemmin"/>
    <language>en</language>
    <item>
      <title>Animated Flying Birds</title>
      <dc:creator>lemmin</dc:creator>
      <pubDate>Thu, 06 May 2021 03:41:18 +0000</pubDate>
      <link>https://dev.to/lemmin/animated-flying-birds-2k48</link>
      <guid>https://dev.to/lemmin/animated-flying-birds-2k48</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lemmin/embed/QWpWMNV?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Very simple bird flapping animated by CSS with some JS moving them across the screen.&lt;/p&gt;

&lt;p&gt;Use the options array at the top of the JS to adjust the speed range, angle range, size range, and the delay between birds.&lt;/p&gt;

&lt;p&gt;Ocean waves from a previous pen: &lt;a href="https://codepen.io/lemmin/pen/mdrGYaW"&gt;https://codepen.io/lemmin/pen/mdrGYaW&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>animation</category>
      <category>birds</category>
      <category>css</category>
    </item>
    <item>
      <title>Simple Text Revealer</title>
      <dc:creator>lemmin</dc:creator>
      <pubDate>Thu, 29 Apr 2021 01:21:13 +0000</pubDate>
      <link>https://dev.to/lemmin/simple-text-revealer-kfj</link>
      <guid>https://dev.to/lemmin/simple-text-revealer-kfj</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lemmin/embed/xxgNOVO?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;All text nodes in the provided container will be parsed and added back into the DOM with a wrapping span (by letter or word) including classes that describe the hidden and revealed styles (and transition).&lt;/p&gt;

&lt;p&gt;Any transition you can think of can be used to animate each individual letter or word in sequence (doesn't even need to be a reveal).&lt;/p&gt;

&lt;p&gt;The reveal() method returns a promise that resolves when all the text has transitioned. This demo uses the promises to chain the reveal animations together.&lt;/p&gt;

&lt;p&gt;You can use reset() or replay() to run the animation again. The transitions will apply when resetting as well (all at once).&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>animation</category>
      <category>reveal</category>
    </item>
    <item>
      <title>Loading Squares CSS Animation</title>
      <dc:creator>lemmin</dc:creator>
      <pubDate>Mon, 05 Apr 2021 23:10:54 +0000</pubDate>
      <link>https://dev.to/lemmin/loading-squares-css-animation-167</link>
      <guid>https://dev.to/lemmin/loading-squares-css-animation-167</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lemmin/embed/yLgoBGK?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>css</category>
      <category>loading</category>
      <category>animation</category>
    </item>
    <item>
      <title>Doily Generator</title>
      <dc:creator>lemmin</dc:creator>
      <pubDate>Wed, 24 Mar 2021 05:42:23 +0000</pubDate>
      <link>https://dev.to/lemmin/doily-generator-3589</link>
      <guid>https://dev.to/lemmin/doily-generator-3589</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lemmin/embed/poRoxVY?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>animation</category>
      <category>visualization</category>
      <category>canvas</category>
      <category>patterns</category>
    </item>
    <item>
      <title>Animated Rainbow Button (CSS)</title>
      <dc:creator>lemmin</dc:creator>
      <pubDate>Sat, 20 Mar 2021 00:54:42 +0000</pubDate>
      <link>https://dev.to/lemmin/animated-rainbow-button-css-3il9</link>
      <guid>https://dev.to/lemmin/animated-rainbow-button-css-3il9</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lemmin/embed/ExNzVVG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>css</category>
      <category>button</category>
      <category>animated</category>
      <category>colorful</category>
    </item>
  </channel>
</rss>
