<?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: AviaSlider slide transitions</title>
		<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions</link>
		<description>Support Forum - Topic: AviaSlider slide transitions</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 06:20:50 +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/aviaslider-slide-transitions" rel="self" type="application/rss+xml" />

		<item>
			<title>AzArgyll on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-92086</link>
			<pubDate>Thu, 17 Jan 2013 15:06:25 +0000</pubDate>
			<dc:creator>AzArgyll</dc:creator>
			<guid isPermaLink="false">92086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude, that worked perfectly.  I also appreciate your helping me understand the js a little better.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-91255</link>
			<pubDate>Sat, 12 Jan 2013 10:24:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, you can use any of the default transitions. Actually I wouldn't include the entire demo data like you did ( &#60;a href=&#34;http://dragonsflight.biz/azscia/js/custom.js&#34; rel=&#34;nofollow&#34;&#62;http://dragonsflight.biz/azscia/js/custom.js&#60;/a&#62; ) but I'd just call the code for the droping-curtain transition. Delete the entire code in custom.js and replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(document).ready(function(){

	//activate the lightbox
	jQuery(&#38;#39;a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg]&#38;#39;).prettyPhoto({theme: &#38;quot;light_square&#38;quot;});

	// here you can see the slide options I used in the demo page. depending on the id of the slider a different setup gets activated
	$(&#38;#39;#frontpage-slider&#38;#39;).aviaSlider({	blockSize: {height: &#38;#39;full&#38;#39;, width:40},
	display: &#38;#39;topleft&#38;#39;,
	transition: &#38;#39;drop&#38;#39;,
	betweenBlockDelay:80,
	animationSpeed: 800,
	switchMovement: true,
	slideControlls: &#38;#39;items&#38;#39;,
	appendControlls: &#38;#39;.aviaslider&#38;#39;
	});					

});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you're not familiar with the slider settings please have a look at the documentation which explains all available settings/parameter. An online version can be found here: &#60;a href=&#34;http://www.udel.edu/ocm/development/db/igs-aviaslider/aviaslider-jquery-slideshow/documentation_html/#javascript&#34; rel=&#34;nofollow&#34;&#62;http://www.udel.edu/ocm/development/db/igs-aviaslider/aviaslider-jquery-slideshow/documentation_html/#javascript&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AzArgyll on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-90873</link>
			<pubDate>Thu, 10 Jan 2013 00:32:12 +0000</pubDate>
			<dc:creator>AzArgyll</dc:creator>
			<guid isPermaLink="false">90873@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude, I've got another question.&#60;/p&#62;
&#60;p&#62;I see on the Avia Slider demo page, that &#34;?slider=droping-curtain&#34; is used to reload the page and use the dropping curtains.  That's cool that a change can be made quickly, but I want to start with a different transition (i.e. the dropping curtains instead of the blocks) but I 'cant attach the &#34;?slider=droping-curtain&#34; to the main.html in my php file.  &#60;/p&#62;
&#60;p&#62;Is there an easy way to call for a specific transition right from file that calls the scripts and has the unordered list?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dragonsflight.biz/azscia/normal_index.php&#34; rel=&#34;nofollow&#34;&#62;http://dragonsflight.biz/azscia/normal_index.php&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-12382</link>
			<pubDate>Fri, 04 Feb 2011 16:24:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just replace following code in index.html:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;js/custom.min.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
	$(document).ready(function(){
//activate the lightbox
jQuery(&#38;#39;a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg]&#38;#39;).prettyPhoto({theme: &#38;quot;light_square&#38;quot;});
// here you can see the slide options I used in the demo page. depending on the id of the slider a different setup gets activated
$(&#38;#39;#frontpage-slider&#38;#39;).aviaSlider();
});
	&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This change will remove the block fading effect...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahoffman81 on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-12381</link>
			<pubDate>Fri, 04 Feb 2011 15:07:37 +0000</pubDate>
			<dc:creator>ahoffman81</dc:creator>
			<guid isPermaLink="false">12381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok. I am posting my &#34;test&#34; homepage in a test folder for now. I am trying to get the Avia Slider to work on my homepage and then I can just swap out the imagery with my own. I don't need the button graphic to work underneath the slider. I am just trying to get the slider to fade in and out... Just a basic slideshow. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.alhdesigns.com/test/index.html&#34; rel=&#34;nofollow&#34;&#62;http://www.alhdesigns.com/test/index.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahoffman81 on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-12380</link>
			<pubDate>Fri, 04 Feb 2011 14:17:05 +0000</pubDate>
			<dc:creator>ahoffman81</dc:creator>
			<guid isPermaLink="false">12380@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to use the Avia slider on my homepage. My site isn't fully developed yet, but when it is live, I will send you a link. The slide transition is minor and won't stop me from designing the site.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-12378</link>
			<pubDate>Fri, 04 Feb 2011 13:45:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post a link to your website - I can give you better instructions then :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahoffman81 on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-12377</link>
			<pubDate>Fri, 04 Feb 2011 13:28:38 +0000</pubDate>
			<dc:creator>ahoffman81</dc:creator>
			<guid isPermaLink="false">12377@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you tell me exactly where I need to put the code in order for it to work? And what file am I inserting the code into? Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-12362</link>
			<pubDate>Fri, 04 Feb 2011 10:23:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to use the fullwidth slider just call the avialsider function without blocksize parameter. So instead of i.e.:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;#fading-top-curtain&#38;#39;).aviaSlider({
blockSize: {height: 40, width:&#38;#39;full&#38;#39;},
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;#fading-top-curtain&#38;#39;).aviaSlider();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ahoffman81 on "AviaSlider slide transitions"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-slide-transitions#post-12334</link>
			<pubDate>Thu, 03 Feb 2011 19:41:58 +0000</pubDate>
			<dc:creator>ahoffman81</dc:creator>
			<guid isPermaLink="false">12334@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where do I change the slide transitions? I want to change the diagonal blocks slide transition to the fullwidth slide fader. Please help! I am a graphic designer who knows basic web design.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
