This is a migrated thread and some comments may be shown as answers.

slideshow fade out

4 Answers 104 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Eftal
Top achievements
Rank 1
Eftal asked on 05 May 2011, 02:29 PM
Hi,

I'm using rotator to slideshow and my images get visible slowly  , its okey but i want to do it when images are changing.

I mean images have to disappear slowly ,  fading out.

Thank you 

4 Answers, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 09 May 2011, 12:39 PM
Hi Eftal,

Please, try the SlideShowAnimation-Type="CrossFade". Both the appearing and disappearing image are being faded in the corresponding manner.

Hope this helps.

All the best,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Eftal
Top achievements
Rank 1
answered on 11 May 2011, 07:50 AM
Hi,
I've already tried "CrossFade" however it does not work.. Is there any other problem that i could not see. It is really important matter to me. 
Please help!

Thank you..
0
Eftal
Top achievements
Rank 1
answered on 11 May 2011, 11:17 AM
Hi Niko,

It works now. I have pictures gallery and i want to set the selected one from gallery on my slideshow area. It works but when i click a picture from my gallery , the selected picture comes late if picture is changing on the slideshow.

<script type="text/javascript">

    function showItemByIndex(index) {

        var oRotator = $find("<%= RadRotator1.ClientID %>");

        oRotator.stopViewportAnimation();
        oRotator.set_currentItemIndex(index);
       
    }

I want to set the selected one on time
Thank you
0
Niko
Telerik team
answered on 12 May 2011, 05:15 PM
Hello Eftal,

Once the animation has started, the currently selected item is already the new item. Therefore in the OnClientItemClicked event handler the args.get_item() will return the new item, not the one that hiding. Also the SlideShow animations - Fade, Pulse and CrossFade, cannot be cancelled due to other restrictions in the functionality. The stop, start, pause and resume methods of the RadRotator will work with the other animations of the RadRotator, which are involved with sliding the next item within the viewport of the rotator.

Hope this answers your questions.

Best wishes,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Rotator
Asked by
Eftal
Top achievements
Rank 1
Answers by
Niko
Telerik team
Eftal
Top achievements
Rank 1
Share this question
or