<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 15:09:23 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) my simple fade object - jsluv</title>
      <link>https://snipplr.com/view/21661/my-simple-fade-object</link>
      <description>&lt;p&gt;Hi&#13;
It is my first snipplet. It does simple fade IN/OUT effect.&#13;
I wanted to make my homepage nice-looking but without jQuery to master&#13;
bare JavaScript.&#13;
Usage:&#13;
The function uses simple $ function to get dom object which is made fading.&#13;
If you don't know $ function replace it with 'document.getElementById'.&#13;
Calling instanceName.fadeIn or instanceName.fadeOut with events runs adequate method.&#13;
Dom objects that are display=none can't work with my code without minor change.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Oct 2009 17:50:33 UTC</pubDate>
      <guid>https://snipplr.com/view/21661/my-simple-fade-object</guid>
    </item>
  </channel>
</rss>
