<?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: Smooth out Pretty photo transition</title>
		<link>http://www.themolitor.com/forums/topic/smooth-out-pretty-photo-transition</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Smooth out Pretty photo transition</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 09:33:19 +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/smooth-out-pretty-photo-transition" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Smooth out Pretty photo transition"</title>
			<link>http://www.themolitor.com/forums/topic/smooth-out-pretty-photo-transition#post-28811</link>
			<pubDate>Tue, 22 Apr 2014 11:52:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28811@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To add the ability to control the animation spped, open js/custom.js and change the following on lines 209-222 from this...</p>
<pre><code>////////////////
//PRETTYPHOTO
////////////////
jQuery(&#34;body.single .entry a[href$=&#039;jpg&#039;],body.single .entry a[href$=&#039;png&#039;],body.single .entry a[href$=&#039;gif&#039;],body.page .entry a[href$=&#039;jpg&#039;],body.page .entry a[href$=&#039;png&#039;],body.page .entry a[href$=&#039;gif&#039;]&#34;).attr({rel: &#34;prettyPhoto[gallery]&#34;});
jQuery(&#34;a[rel^=&#039;prettyPhoto&#039;]&#34;).prettyPhoto({
	overlay_gallery: false,
	social_tools: &#039;&#039;,
	deeplinking: false,
	default_width: 500,
	horizontal_padding: 0,
	opacity:&#34;.5&#34;,
	keyboard_shortcuts: false,
	show_title: false
});</code></pre>
<p>...to this...</p>
<pre><code>////////////////
//PRETTYPHOTO
////////////////
jQuery(&#34;body.single .entry a[href$=&#039;jpg&#039;],body.single .entry a[href$=&#039;png&#039;],body.single .entry a[href$=&#039;gif&#039;],body.page .entry a[href$=&#039;jpg&#039;],body.page .entry a[href$=&#039;png&#039;],body.page .entry a[href$=&#039;gif&#039;]&#34;).attr({rel: &#34;prettyPhoto[gallery]&#34;});
jQuery(&#34;a[rel^=&#039;prettyPhoto&#039;]&#34;).prettyPhoto({
	overlay_gallery: false,
	social_tools: &#039;&#039;,
	deeplinking: false,
	default_width: 500,
	horizontal_padding: 0,
	opacity:&#34;.5&#34;,
	keyboard_shortcuts: false,
	show_title: false,
	animation_speed: &#039;normal&#039; /* fast/slow/normal */
});</code></pre>
<p>Notice the addition of "animation_speed" at the bottom. You can change 'normal' to 'slow'.</p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Tatiana on "Smooth out Pretty photo transition"</title>
			<link>http://www.themolitor.com/forums/topic/smooth-out-pretty-photo-transition#post-28794</link>
			<pubDate>Mon, 21 Apr 2014 17:40:59 +0000</pubDate>
			<dc:creator>Tatiana</dc:creator>
			<guid isPermaLink="false">28794@http://www.themolitor.com/forums/</guid>
			<description><p>Is there anyway to change the pretty photo transition so it's not so abrupt/quick? more of a fade than a click, if possible.<br />
Or where is the code to manage the transition speed?<br />
Will continue looking in the general forums too--may have missed something. </p>
<p>I forgot that you're a local like me (I'm in the Puyallup area), so sorry for posting after hours!
</p></description>
		</item>

	</channel>
</rss>
