Quantcast
Channel: YUILibrary.com :: Carousel
Browsing latest articles
Browse All 28 View Live
↧

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 Article


Can 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 Article


Re: 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 Article

Re: Can we get an example please ?

http://pastie.org/1436933

View Article

Re: Can we get an example please ?

Thanks !

View Article


Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article


AutoPlay 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 Article

Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article

Re: AutoPlay on YUI3 Carousel

Anna, Thank you for sharing your code.

View Article


Spotlight 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 Article

Re: 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 Article


How 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 Article

Custom 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 Article

Re: 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 Article

Re: Custom navigation item for gallery-carousel

HiDo you founded how to do it ?thanks

View Article


Sample 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 Article


Re: 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 Article

Re: Can we get an example please ?

thanks sdeva

View Article

Re: 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

Browsing latest articles
Browse All 28 View Live