<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Custom animation using jCarousel and jQuery</title>
	<atom:link href="http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/</link>
	<description>Refresh your vision</description>
	<lastBuildDate>Mon, 23 Apr 2012 08:51:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Cristi</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1234</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Fri, 09 Mar 2012 10:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1234</guid>
		<description>There&#039;s no js error on FF, however it&#039;s not functioning properly - this demo is not meant to be used with circular wrap if I remember correctly.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no js error on FF, however it&#8217;s not functioning properly &#8211; this demo is not meant to be used with circular wrap if I remember correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gede</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1233</link>
		<dc:creator>gede</dc:creator>
		<pubDate>Fri, 09 Mar 2012 03:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1233</guid>
		<description>nice articles, but i have error on file dk.carousel.js, if i setting like this :
jQuery(document).ready(function() {
	jQuery(&#039;#pCarousel&#039;).jcarousel({
		wrap: &#039;circular&#039;,
		scroll: 3,
		visible: 3,
		initCallback: pCarousel.init,
		easing: &#039;linear&#039;,
		animation: pCarousel.animationSpeed,
		buttonPrevHTML: null,
		buttonNextHTML: null
	});

note : wrap: &#039;circular&#039;

the slide error on safari in windows,</description>
		<content:encoded><![CDATA[<p>nice articles, but i have error on file dk.carousel.js, if i setting like this :<br />
jQuery(document).ready(function() {<br />
	jQuery(&#8216;#pCarousel&#8217;).jcarousel({<br />
		wrap: &#8216;circular&#8217;,<br />
		scroll: 3,<br />
		visible: 3,<br />
		initCallback: pCarousel.init,<br />
		easing: &#8216;linear&#8217;,<br />
		animation: pCarousel.animationSpeed,<br />
		buttonPrevHTML: null,<br />
		buttonNextHTML: null<br />
	});</p>
<p>note : wrap: &#8216;circular&#8217;</p>
<p>the slide error on safari in windows,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristi</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1063</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Mon, 07 Feb 2011 08:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1063</guid>
		<description>All you need to do with the current setup is use pCarousel.animationDir = &#039;left&#039;; or pCarousel.animationDir = &#039;right&#039;; So, on your buttons you would add an onclick event and add set the animationDir.</description>
		<content:encoded><![CDATA[<p>All you need to do with the current setup is use pCarousel.animationDir = &#8216;left&#8217;; or pCarousel.animationDir = &#8216;right&#8217;; So, on your buttons you would add an onclick event and add set the animationDir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roj</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1061</link>
		<dc:creator>Roj</dc:creator>
		<pubDate>Sun, 06 Feb 2011 16:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1061</guid>
		<description>Hi,
I have implemented the circular carousel setting up the auto functionality from the mentioned link above http://sorgalla.com/projects/jcarousel/examples/static_circular.html.
Now, I am not being able to have two buttons: one when clicked will change the scrolling direction to right and another will change the scrolling direction to left. I tried to modify the code but as I m not good with jquery, was not successful. 
Help will be much appreciated and Thanks for this post as well.. get a chance to learn something..</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have implemented the circular carousel setting up the auto functionality from the mentioned link above <a href="http://sorgalla.com/projects/jcarousel/examples/static_circular.html" rel="nofollow">http://sorgalla.com/projects/jcarousel/examples/static_circular.html</a>.<br />
Now, I am not being able to have two buttons: one when clicked will change the scrolling direction to right and another will change the scrolling direction to left. I tried to modify the code but as I m not good with jquery, was not successful.<br />
Help will be much appreciated and Thanks for this post as well.. get a chance to learn something..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristi</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1022</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Wed, 08 Dec 2010 08:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1022</guid>
		<description>Of course it is possible - just remove the markup for the controls and the listeners from the javascript code and you should be set. Oh and you might want to force jCarousel to do a circular animation. But once again, if I understand correctly what you want to achieve, there&#039;s no need for this custom animation, all you need is jCarousel with proper setup. Cheers!</description>
		<content:encoded><![CDATA[<p>Of course it is possible &#8211; just remove the markup for the controls and the listeners from the javascript code and you should be set. Oh and you might want to force jCarousel to do a circular animation. But once again, if I understand correctly what you want to achieve, there&#8217;s no need for this custom animation, all you need is jCarousel with proper setup. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makanti</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1021</link>
		<dc:creator>Makanti</dc:creator>
		<pubDate>Tue, 07 Dec 2010 17:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1021</guid>
		<description>Hi again Christi and thanks for your response. 
I thought I could combine the wrap &#039;circular&#039; with your carousel keeping just the auto scrolling and not the controllers you have. Do you think this is possible? Thanksss</description>
		<content:encoded><![CDATA[<p>Hi again Christi and thanks for your response.<br />
I thought I could combine the wrap &#8216;circular&#8217; with your carousel keeping just the auto scrolling and not the controllers you have. Do you think this is possible? Thanksss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristi</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1019</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Mon, 06 Dec 2010 10:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1019</guid>
		<description>I think you want a circular carousel, and that&#039;s already implemented in jCarousel - http://sorgalla.com/projects/jcarousel/examples/static_circular.html</description>
		<content:encoded><![CDATA[<p>I think you want a circular carousel, and that&#8217;s already implemented in jCarousel &#8211; <a href="http://sorgalla.com/projects/jcarousel/examples/static_circular.html" rel="nofollow">http://sorgalla.com/projects/jcarousel/examples/static_circular.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makanti</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1018</link>
		<dc:creator>Makanti</dc:creator>
		<pubDate>Sun, 05 Dec 2010 21:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1018</guid>
		<description>Hello there!
I really enjoyed your tut and ended up to use it somehow as a simple auto scrolling carousel without controllers. The only thing I would like to achieve is to mg oake the autoscrollinnly from right to left. So every time it reaches the last image the next one becomes again first and so on. Any good ideas about that? I tried several things but nothing worked out:( thanks a lot and great work again! thumbs up!:)</description>
		<content:encoded><![CDATA[<p>Hello there!<br />
I really enjoyed your tut and ended up to use it somehow as a simple auto scrolling carousel without controllers. The only thing I would like to achieve is to mg oake the autoscrollinnly from right to left. So every time it reaches the last image the next one becomes again first and so on. Any good ideas about that? I tried several things but nothing worked out:( thanks a lot and great work again! thumbs up!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1016</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Mon, 29 Nov 2010 18:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1016</guid>
		<description>Hi Christi,

Thanks a lot for your reply, provided information is very helpful.
thanks again, but i would like to share my implementation also 
what i hav done is, i have put one condition in which i am checking (document.getElementById(&quot;&quot;).complete==true)
then execute the functionality.

Thanks again christi</description>
		<content:encoded><![CDATA[<p>Hi Christi,</p>
<p>Thanks a lot for your reply, provided information is very helpful.<br />
thanks again, but i would like to share my implementation also<br />
what i hav done is, i have put one condition in which i am checking (document.getElementById(&#8220;&#8221;).complete==true)<br />
then execute the functionality.</p>
<p>Thanks again christi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristi</title>
		<link>http://mandagreen.com/custom-animation-using-jcarousel-and-jquery/comment-page-1/#comment-1014</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Sun, 28 Nov 2010 23:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=54#comment-1014</guid>
		<description>you should somehow handle the image.onload event for each of your image. so the startCarousel would only trigger when all images have finished loading.
another option would be to bind the start of the carousel to the load event of the document, rather than the ready state - instead of $(document).ready(function() {}), use $(document).load() - not recommended, but should do the trick.</description>
		<content:encoded><![CDATA[<p>you should somehow handle the image.onload event for each of your image. so the startCarousel would only trigger when all images have finished loading.<br />
another option would be to bind the start of the carousel to the load event of the document, rather than the ready state &#8211; instead of $(document).ready(function() {}), use $(document).load() &#8211; not recommended, but should do the trick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

