<?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: Yohem</title>
    <description>The latest articles on DEV Community by Yohem (@yohem).</description>
    <link>https://dev.to/yohem</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%2F993557%2Ff7b62a94-585d-40d0-8340-ce0154024ab7.png</url>
      <title>DEV Community: Yohem</title>
      <link>https://dev.to/yohem</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yohem"/>
    <language>en</language>
    <item>
      <title>Why use transform on a animation/transition/JsEffect</title>
      <dc:creator>Yohem</dc:creator>
      <pubDate>Tue, 20 Dec 2022 14:48:41 +0000</pubDate>
      <link>https://dev.to/yohem/why-use-transform-on-a-animationtransitionjseffect-1jan</link>
      <guid>https://dev.to/yohem/why-use-transform-on-a-animationtransitionjseffect-1jan</guid>
      <description>&lt;p&gt;It's very important if You want move or deform element in &lt;strong&gt;animation&lt;/strong&gt; to use the &lt;strong&gt;CSS property&lt;/strong&gt; &lt;code&gt;transform&lt;/code&gt;.&lt;br&gt;
&lt;code&gt;transform&lt;/code&gt; is an basic &lt;strong&gt;CSS property&lt;/strong&gt; to move a element but they are also other property like (top, right ..., margin, ...). The other properties work for animation but they are an bigger impact for the DOM and they can slow down web's performance.&lt;/p&gt;

&lt;p&gt;So if you want the &lt;strong&gt;better performance&lt;/strong&gt; for your web site you need to use &lt;code&gt;transform&lt;/code&gt;, extra if you want deform like &lt;strong&gt;rotation&lt;/strong&gt;, &lt;strong&gt;scale *&lt;em&gt;or use *&lt;/em&gt;"3D"&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
  </channel>
</rss>
