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

		<item>
			<title>Dude on "Adjust Transition Speed of Text Slider"</title>
			<link>http://www.kriesi.at/support/topic/adjust-transition-speed-of-text-slider#post-92385</link>
			<pubDate>Sat, 19 Jan 2013 07:59:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up choices/js avia.js and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;autorotationInterval: 3000,								//interval between transition if autorotation is active ()also gets overwritten by autoslidedelay__(number)
transitionEasing: &#38;#39;easeOutQuint&#38;#39;,
slide: &#38;#39;.single_slide&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;autorotationInterval: 6000,								//interval between transition if autorotation is active ()also gets overwritten by autoslidedelay__(number)
transitionEasing: &#38;#39;easeOutQuint&#38;#39;,
slide: &#38;#39;.single_slide&#38;#39;,&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>emoshun on "Adjust Transition Speed of Text Slider"</title>
			<link>http://www.kriesi.at/support/topic/adjust-transition-speed-of-text-slider#post-92294</link>
			<pubDate>Fri, 18 Jan 2013 18:25:17 +0000</pubDate>
			<dc:creator>emoshun</dc:creator>
			<guid isPermaLink="false">92294@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://connect.carsdirect.com/&#34; rel=&#34;nofollow&#34;&#62;http://connect.carsdirect.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The text slider underneath the large numbers needs to slow down an additional 3 seconds.&#60;/p&#62;
&#60;p&#62;How would I do this?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;-Jimmy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider Speed for Brightbox and Infinite Transition Effect"</title>
			<link>http://www.kriesi.at/support/topic/slider-speed-for-brightbox-and-infinite-transition-effect#post-49212</link>
			<pubDate>Fri, 30 Mar 2012 09:46:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change the transition speed in js/avia.js - open up the file and search for following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;transitionDuration: 800,								//how fast should images crossfade&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace 800 with any other value (ms). You can also adjust the fade in speed by editing following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;firstFadeInOfElements: 800,								// after preloading how fast should elements be displayed&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Mervin on "Slider Speed for Brightbox and Infinite Transition Effect"</title>
			<link>http://www.kriesi.at/support/topic/slider-speed-for-brightbox-and-infinite-transition-effect#post-49187</link>
			<pubDate>Fri, 30 Mar 2012 08:06:02 +0000</pubDate>
			<dc:creator>Mervin</dc:creator>
			<guid isPermaLink="false">49187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Thank you so much for that.&#60;br /&#62;
It would be greatly appreciated if some one could help me, to make that slider go, round and round, ASAP.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Mervin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slider Speed for Brightbox and Infinite Transition Effect"</title>
			<link>http://www.kriesi.at/support/topic/slider-speed-for-brightbox-and-infinite-transition-effect#post-48880</link>
			<pubDate>Wed, 28 Mar 2012 20:14:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">48880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mervin,&#60;/p&#62;
&#60;p&#62;You can apply the directions in your second link (change-slide-transtion-speed) to the js&#38;gt;avia.js file. Just search for // Main Slideshow and you'll see the comment next to the transition Duration.&#60;/p&#62;
&#60;p&#62;As for changing the way the slider finishes and wraps around I'm not sure if this is something we can help achieve as it would require a re-write of the slideshow code. I'll tag the request for another support crew to take a look at to be sure.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mervin on "Slider Speed for Brightbox and Infinite Transition Effect"</title>
			<link>http://www.kriesi.at/support/topic/slider-speed-for-brightbox-and-infinite-transition-effect#post-48796</link>
			<pubDate>Wed, 28 Mar 2012 15:27:48 +0000</pubDate>
			<dc:creator>Mervin</dc:creator>
			<guid isPermaLink="false">48796@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;Two Simple Things:&#60;/p&#62;
&#60;p&#62;1. I would like to reduce the transition Speed of Slider and&#60;br /&#62;
2. I would like the slider to return to the first slide, after reaching the last slide -&#38;gt; With out the overall transition / Without Overlapping All Slides&#60;/p&#62;
&#60;p&#62;I tried this &#60;a href=&#34;http://www.kriesi.at/support/topic/transition-speed-in-slider&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/transition-speed-in-slider&#60;/a&#62; and&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/change-slide-transtion-speed&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/change-slide-transtion-speed&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I was not able to locate that file on my theme directory&#60;/p&#62;
&#60;p&#62;Could you please help me?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
