<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: DualSlider default setting</title>
		<link>http://www.themolitor.com/forums/topic/dualslider-default-setting</link>
		<description>THE MOLITOR FORUMS &#187; Topic: DualSlider default setting</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 15:29:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/dualslider-default-setting" rel="self" type="application/rss+xml" />

		<item>
			<title>Matt_Sawyers on "DualSlider default setting"</title>
			<link>http://www.themolitor.com/forums/topic/dualslider-default-setting#post-2575</link>
			<pubDate>Wed, 23 Mar 2011 20:54:08 +0000</pubDate>
			<dc:creator>Matt_Sawyers</dc:creator>
			<guid isPermaLink="false">2575@http://www.themolitor.com/forums/</guid>
			<description><p>Haha, nevermind, I figured it out :D</p>
<p>For others that want it to just sit on the one post:</p>
<p>Further down you'll find the string:<br />
<code>var detailWidth=$(&#34;.panel .details_wrapper&#34;,obj).width();var locked=false;if(options.auto==true)</code></p>
<p>Change it to:</p>
<p><code>var detailWidth=$(&#34;.panel .details_wrapper&#34;,obj).width();var locked=true;if(options.auto==false)</code></p>
<p>However, I'm still a little unshure about how to ONLY delay the autoDelay
</p></description>
		</item>
		<item>
			<title>Matt_Sawyers on "DualSlider default setting"</title>
			<link>http://www.themolitor.com/forums/topic/dualslider-default-setting#post-2574</link>
			<pubDate>Wed, 23 Mar 2011 20:44:52 +0000</pubDate>
			<dc:creator>Matt_Sawyers</dc:creator>
			<guid isPermaLink="false">2574@http://www.themolitor.com/forums/</guid>
			<description><p>I have only a video in the dual slider, and prefer it to either default to a paused state on the carousel or increase the time before the animation begins. I found a spot in the scripts.js:</p>
<p><code>(function($){$.fn.dualSlider=function(options){var defaults={auto:true,autoDelay:10000,easingCarousel:&#39;swing&#39;,easingDetails:&#39;easeOutBack&#39;,durationCarousel:1000,durationDetails:600};</code></p>
<p>I changed it to:</p>
<p><code>(function($){$.fn.dualSlider=function(options){var defaults={auto:false,autoDelay:60000,easingCarousel:&#39;swing&#39;,easingDetails:&#39;easeOutBack&#39;,durationCarousel:1000,durationDetails:600};</code></p>
<p>Should't this stop the slider from animating? or even delaying it for 60 seconds versus the initial 10 seconds? Is there something else I should be changing?</p>
<p>Thanks
</p></description>
		</item>

	</channel>
</rss>
