I have been trying to use a slider instead of the 2 buttons, but it seems a
bit harder than I thought.

I'm trying to do something very simple first to see how things work, so I
just tried to rotate right when the slider moves.It doesnt seem to stop
though when I stop sliding though

                $('#example4').slider({
                    steps: 10,
                    range: true,
                    slide: function(e,ui) {


                        inst.rotate("right");

                    }

                });

On Wed, Nov 12, 2008 at 2:10 PM, Raine <[EMAIL PROTECTED]> wrote:

> Excellent, Thank you very much Paul.
>
> Regards
>
> Raine
>
>
> On Wed, Nov 12, 2008 at 10:01 AM, Paul Bakaus <[EMAIL PROTECTED]>wrote:
>
>> Hi there!
>>
>> This one is a custom effect called "UI Carousel", which I have implemented
>> specifically for this demo page. Many people have asked about it, but it's
>> not
>> released yet as external plugin.
>>
>> However, feel free to grab the source of that page and use it - it's
>> licensed
>> under MIT/GPL, like jQuery UI.
>>
>> Cheers,
>> Paul
>>
>> On Wed, Nov 12, 2008 at 4:53 PM, yellow1912 <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> http://ui.jquery.com/demos ?
>>>
>>> Looks very nice, pretty much like Mac descktop. Can anyone please tell
>>> me the name of this effect? I love this plugin
>>>
>>> Thank you.
>>>
>>> Raine
>>>
>>>
>>
>>
>> --
>> Paul Bakaus
>> UI Architect
>> --
>> http://paulbakaus.com
>> http://www.linkedin.com/in/paulbakaus
>>
>>
>> >>
>>
>
>
> --
> RubikIntegration
> Think outside the Cube
>



-- 
RubikIntegration
Think outside the Cube

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to