<?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 - Tag: fading - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/fading</link>
		<description>Support Forum - Tag: fading - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 19:17:25 +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/tags/fading" rel="self" type="application/rss+xml" />

		<item>
			<title>fameless on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-91839</link>
			<pubDate>Wed, 16 Jan 2013 11:24:04 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">91839@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much for the help!!!&#60;/p&#62;
&#60;p&#62;Inna
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-91120</link>
			<pubDate>Fri, 11 Jan 2013 09:54:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Navigate to the flashlight/js folder and rename avia_fullscreen_slider.js to avia_fullscreen_slider.js_bak.&#60;/p&#62;
&#60;p&#62;2) Then rename avia_fullscreen_slider-not-minified.js to avia_fullscreen_slider.js&#60;/p&#62;
&#60;p&#62;3) Now open up avia_fullscreen_slider.js and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;data.options 		= $.extend(defaults, options);
data.slides  		= slider.find(data.options.slides).css({display:&#38;#39;none&#38;#39;});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;data.options 		= $.extend(defaults, options);
if(jQuery(&#38;#39;body&#38;#39;).hasClass(&#38;#39;home&#38;#39;)) data.options.animationSpeed = 1500;
data.slides  		= slider.find(data.options.slides).css({display:&#38;#39;none&#38;#39;});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; You can use any other value and you're not limited to 1500. The value needs to be in ms - so 1500 converts to 1,5 seconds.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-90949</link>
			<pubDate>Thu, 10 Jan 2013 11:48:23 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">90949@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! but it's not exactly what I need. The problem is I want the fading longer.So I need the picture changing prosses longer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-90934</link>
			<pubDate>Thu, 10 Jan 2013 10:59:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi fameless,&#60;/p&#62;
&#60;p&#62;You can edit the page you have set as the Frontpage and below the content, you can see the Slideshow Options, and change the &#60;strong&#62;Slidehsow autorotation duration&#60;/strong&#62; (the numbers are represented in seconds).&#60;br /&#62;
Also change &#60;strong&#62;Background Gallery Transition&#60;/strong&#62; from &#60;strong&#62;slide&#60;/strong&#62; to &#60;strong&#62;Fade&#60;/strong&#62;&#60;br /&#62;
Save it and it should be good to go. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-90902</link>
			<pubDate>Thu, 10 Jan 2013 08:53:20 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">90902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
At first, the perfect theme! very nice and easy!!! Thank you!&#60;/p&#62;
&#60;p&#62;İs there any way to change animationSpeed using fading gallery but only at the homepage? So it should stay the same on the inside galleries but be slower at the main page&#60;/p&#62;
&#60;p&#62;Thank you in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "portfolio sidebar fading time"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sidebar-fading-time#post-35037</link>
			<pubDate>Thu, 15 Dec 2011 15:07:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change the animation speed - in js/avia.js search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;container.animate({height:newContainerHeight}, 800, &#38;quot;easeInOutQuint&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace 800 with any other value (ms).&#60;/p&#62;
&#60;p&#62;However I think you want to change the delay - that's not possible because it's not triggered by a timeout function, etc. but it's caused by the script execution time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "portfolio sidebar fading time"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sidebar-fading-time#post-35018</link>
			<pubDate>Thu, 15 Dec 2011 11:09:54 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">35018@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;can you change how fast the sidebar with the portfolio categories is fading in?&#60;br /&#62;
and if so where?&#60;/p&#62;
&#60;p&#62;best regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
