<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pseudonerd &#187; fadeOut</title>
	<atom:link href="http://pseudonerd.com/tag/fadeout/feed" rel="self" type="application/rss+xml" />
	<link>http://pseudonerd.com</link>
	<description>blog sobre tecnologia e nerdices em geral!</description>
	<lastBuildDate>Tue, 15 May 2012 18:54:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>fadeOut()  jquery</title>
		<link>http://pseudonerd.com/web-design/fadeout-jquery-432</link>
		<comments>http://pseudonerd.com/web-design/fadeout-jquery-432#comments</comments>
		<pubDate>Tue, 19 May 2009 17:19:47 +0000</pubDate>
		<dc:creator>mario</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[fadeOut]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://pseudonerd.com/?p=432</guid>
		<description><![CDATA[Criando o efeito fadeOut com jquery. Veja o exemplo em funcionamento. Download do codigo. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 &#160; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62; &#60;head&#62; &#60;title&#62;fadeOut com jquery&#60;/title&#62; &#60;script [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p><span style="color: #888888;"><span style="color: #333333;">Criando o efeito fadeOut com jquery.</span> <em> </em></span></p>
<p><span style="color: #888888;"><em>Veja o exemplo em <a title="fadeout" href="http://pseudonerd.com/exemplos/fadeout/fadeout.html" target="_blank">funcionamento</a>.</em></span></p>
<p><span style="color: #808080;"><em><a title="fadeout" href="http://pseudonerd.com/uploads/fadeout.zip" target="_blank">Download</a> do codigo.</em></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">&nbsp;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
    &lt;title&gt;fadeOut com jquery&lt;/title&gt;
    &lt;script src=&quot;js/jquery-1.3.2.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&nbsp;
&nbsp;
    <span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
    $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
&nbsp;
		$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#imagem'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">fadeOut</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">2000</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
	<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
&nbsp;
&lt;/head&gt;
&lt;body&gt;
&nbsp;
&nbsp;
    &lt;div id=&quot;teste&quot;&gt;
&nbsp;
		 &lt;img id=&quot;imagem&quot; src=&quot;imagens/foto.jpg&quot; /&gt; 
&nbsp;
    &lt;/div&gt;
&nbsp;
&lt;/body&gt;
&lt;/html&gt;</pre></td></tr></table></div>

<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/web-design/fadeout-jquery-432/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

