Here's a new major release V2.1.4.0 for the SharpRotator.
A lot of new feature are added and some enhancements are done.
Here a quick list:
- The rotation works now on IE and Firefox. I haven't tested it on Netscape yet.
- 2 rotation directions: Up and Left.
- 2 rotation types: Quick and Smooth
- A Loop property to indicate if the rotation must restart when he's at the end of the item list.
- Now you can put as many SharpRotators on a page as you want.
- Vertical and Horizontal alignment of the item within the SharpRotator control boundaries.
- PauseOnMouseOver property: when you hover with the mouse pointer over the item the rotation stops (only IE)
You can see the new example here.
Important: The rotation JavaScript code is now seperated from the generated HTML in the Rotator.js file. You need to put this file in the folder of the page that is using the SharpRotator control. You can find the Rortator.js in the Assembly download.
You can use a style sheet to change the different elements of the SharpRotator control. An example of the style sheet can be found the in the Assembly download.
Here are the style sheet classes that can be used:
- .starTitleCell: formats the of the title
- .starTextCell: formats the of the text
- .starImage: formats the image
- .starMore: formats the More link
- .SharpRotatorObject: formats the whole SharpRotator object
- .starImagecell: formats the of the image
Download the Visual Studio 2003 project
Download the Assembly
- Wesley