SlidePanel Slideshow

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
7/30/2010 9:11:28 AM
Gravatar
Total Posts 39

SlidePanel Slideshow

What I would LOVE to know is: how on earth do you change the speed and transition effects for the slide show? I put a slideshow in the header of the layout.master and no matter what I do, it stays the same. And I do NOT have caching turned on for CSS.

Here is the code I dropped in:

<portal:SlidePanel ID="spanel1" runat="server" CssClass="rotatecontainer">
<portal:SkinFolderImage ID="imgs1" runat="server" ImageFileName="images/FrontDesk.jpg"
AlternateText=" " />
<portal:SkinFolderImage ID="imgs2" runat="server" ImageFileName="images/Kitchen.jpg"
AlternateText=" " />
</portal:SlidePanel>
 

I tried using the TransitionEffects tag and other suggested things from another forum post, but nothing works. I don't even have the CSS style in my stylesheet. . . Can someone help with this please? I LOVE the slideshow, but by default, it moves quite fast and I would like to mess around with the transition effects.

Thanks in advance,

~D

7/30/2010 9:13:57 AM
Gravatar
Total Posts 39

Re: SlidePanel Slideshow

Son of a gun - it works now! I just tried for the heck of it: TransitionEffect="curtainX" and it worked.

However, I had to close Visual Studio and open it up again in order to see the changes take effect. Very strange, even though I am not caching CSS.

You must sign in to post in the forums. This thread is closed to new posts.