<?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: CatatanIB</title>
    <description>The latest articles on DEV Community by CatatanIB (@catatanib).</description>
    <link>https://dev.to/catatanib</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%2F1012231%2F7901047b-9575-4f02-9a52-ba02db93bed9.jpg</url>
      <title>DEV Community: CatatanIB</title>
      <link>https://dev.to/catatanib</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/catatanib"/>
    <language>en</language>
    <item>
      <title>Gradient Animator AnimationName-1674296757141-774.css</title>
      <dc:creator>CatatanIB</dc:creator>
      <pubDate>Sat, 21 Jan 2023 10:37:23 +0000</pubDate>
      <link>https://dev.to/catatanib/gradient-animator-animationname-1674296757141-774css-bec</link>
      <guid>https://dev.to/catatanib/gradient-animator-animationname-1674296757141-774css-bec</guid>
      <description>&lt;p&gt;how to use the gradient animator please see on the website &lt;a href="https://www.bangmatz.blogspot.com"&gt;bangmatz&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.css-selector {
    background: linear-gradient(270deg, #3a80b4, #1df3fd, #45fcb7);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    -o-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@keyframes AnimationName {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>css</category>
      <category>gradientanimator</category>
      <category>animation</category>
      <category>website</category>
    </item>
  </channel>
</rss>
