Trouble making the example work...
Hi, I came here based on the blog post on the yui blog. However, I have trouble making even the example given there work. My code looks like this:Code:<html><head>Â Â <script...
View ArticleCan we get an example please ?
Dear Gopal,I could not get your carousel to work, it's just displaying links, but the layout doesn't make any sense. Could you please post an example?I'm sure it would save a lot of time to developers...
View ArticleRe: Trouble making the example work...
With small changes it worked for me,1. Set the body class to yui3-skin-sam2. Force Include gallery-carousel.css, as specified by gopal in his usage sample.http://pastie.org/1436933
View ArticleRe: Trouble making the example work...
Hi,I think, one problem is, if the images are not completely loaded, the styles generated by the carousel are completely messed up.Just fire the carousel on domready event :+- Y.on("available",...
View ArticleRe: Can we get an example please ?
Amendment to the example code : change fire event from available to domready.So example code would be :<html><head><script type="text/javascript"...
View ArticleRe: Can we get an example please ?
Here is a YUI3 Content Box that allows you to cross-fade items using the next and previous button. it works all the way down to IE 6. (http://goo.gl/adcHS)
View ArticleRe: Trouble making the example work...
sdeva wrote:With small changes it worked for me,1. Set the body class to yui3-skin-sam2. Force Include gallery-carousel.css, as specified by gopal in his usage sample.http://pastie.org/1436933Hi,I was...
View ArticleAutoPlay on YUI3 Carousel
Hi Gopal,I wonder if you could help; I can't seem to get AutoPlay to work on my YUI3 carousel. I have the following code: Code:YUI({gallery: 'gallery-2011.03.23-22-20'}).use("gallery-carousel",...
View ArticleRe: AutoPlay on YUI3 Carousel
Hey Anna,Add following code piece right before [Y.on("contentready"...] statementCode:Y.Carousel.prototype.startAutoPlay = function() {Â Â var B = this;Â Â u = B.get("autoPlayInterval");Â Â setInterval...
View ArticleRe: AutoPlay on YUI3 Carousel
Hi Anna,Any luck with getting Autoplay working? If so, would you mind sharing your code? I am also having the same problem.
View ArticleRe: AutoPlay on YUI3 Carousel
Hi Crazyturkish,Thanks so much for the help - I'm getting much closer to what I need. However, I currently have issues with the 'gallery-carousel-anim' breaking the 'isCircular:true'. I've got the code...
View ArticleRe: AutoPlay on YUI3 Carousel
Got it - here is the code for autoplay on YUI3 CarouselCode:YUI({gallery: 'gallery-2011.03.23-22-20'}).use("gallery-carousel", "substitute", "gallery-carousel-anim", function (Y) {  //add...
View ArticleSpotlight Carousel for YUI3 ?
I wonder if anybody can help. I am trying to rewrite the spotlight example for YUI3 carousel:http://www.marshall.edu/JAVASCRIPT/yui/ ... n_log.htmlUnfortunately I cannot find the API for the YUI3...
View ArticleRe: Spotlight Carousel for YUI3 ?
Looking at the source ( https://github.com/g13n/yui3-gallery/bl ... arousel.js ), it looks like the property <instance>.nodeSelection may help you. I'd probably just dump the object to a firebug...
View ArticleHow we can add auto play to gallery-carousel
There was autoplay option in YUI 2.9 carousel version how we can add auto play to this latest version.
View ArticleCustom navigation item for gallery-carousel
By default there is navigation for carousel, How can we customize the default pagination provided?Can we use our own buttons for forward and backward navigation?
View ArticleRe: AutoPlay on YUI3 Carousel
Its working but the Problem is that, when we click on the item, timer is already continue and its move forward only one step only.
View ArticleSample Code for afterScroll Event
Hi,I am new to YUI. I got the Carousel plugin to work but was wondering if someone can give me sample code on how to subscribe "on" the "afterScroll" event.ThanksJack
View ArticleRe: Sample Code for afterScroll Event
Hi to all,I have similar problem with carousel anim plugin. I need to catch afterScroll event. We have beforeScroll event in anim plugin, but we don't have afterScroll. Maybe it will be good to have one.
View ArticleRe: Can we get an example please ?
Sorry the link has been updated - http://bradx3.com/2011/01/10/yui-3-cros ... ntent-box/
View Article