<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Trying to Add Fade In and Button Slide Animation</title>
		<link>http://www.kriesi.at/support/topic/trying-to-add-fade-in-and-button-slide-animation</link>
		<description>Support Forum - Topic: Trying to Add Fade In and Button Slide Animation</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 12:09:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/trying-to-add-fade-in-and-button-slide-animation" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Trying to Add Fade In and Button Slide Animation"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-fade-in-and-button-slide-animation#post-95328</link>
			<pubDate>Tue, 05 Feb 2013 17:52:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad you were able to solve this. For CSS edits, its best to use Chrome Developer Tools which is a free Chrome plugin.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larssonk22 on "Trying to Add Fade In and Button Slide Animation"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-fade-in-and-button-slide-animation#post-95128</link>
			<pubDate>Mon, 04 Feb 2013 20:21:38 +0000</pubDate>
			<dc:creator>larssonk22</dc:creator>
			<guid isPermaLink="false">95128@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've managed to resolve the sliding buttons using some CSS3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larssonk22 on "Trying to Add Fade In and Button Slide Animation"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-fade-in-and-button-slide-animation#post-95067</link>
			<pubDate>Mon, 04 Feb 2013 17:13:18 +0000</pubDate>
			<dc:creator>larssonk22</dc:creator>
			<guid isPermaLink="false">95067@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having trouble getting the following scripts to work with flashlight (I've tested them on other themes and html and they all work) &#60;/p&#62;
&#60;p&#62;The first script is to apply a fade in animation on the front page elements&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
window.onload = function() {$(&#38;#39;.home img&#38;#39;).hide().fadeIn(2500);};
&#38;lt;/script&#38;gt;

&#38;lt;script&#38;gt;
$(document).ready (function(){  {$(&#38;#39;h2,h1,.menu,.footer,h3&#38;#39;).hide().fadeIn(4500);};
//initialize after images are loaded
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The second script is to apply a slide in and out animation to the slideshow buttons&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
$(document).ready(function()
  {
  $(&#38;quot;.ctrl_back&#38;quot;).mouseover(function(){
    $(&#38;quot;.ctrl_back&#38;quot;).animate({left:&#38;quot;100px&#38;quot;});
  });

  $(&#38;quot;.ctrl_back&#38;quot;).mouseout(function(){
    $(&#38;quot;.ctrl_back&#38;quot;).animate({left:&#38;quot;0px&#38;quot;});
  });
});
&#38;lt;/script&#38;gt;
&#38;lt;script&#38;gt;
$(document).ready(function()
  {
  $(&#38;quot;.ctrl_fwd&#38;quot;).mouseover(function(){
    $(&#38;quot;.ctrl_fwd&#38;quot;).animate({right:&#38;quot;100px&#38;quot;});
  });

  $(&#38;quot;.ctrl_fwd&#38;quot;).mouseout(function(){
    $(&#38;quot;.ctrl_fwd&#38;quot;).animate({right:&#38;quot;0px&#38;quot;});
  });
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
