http://sorgalla.com/projects/jcarousel/ ... imple.html
I believe that [rz] layers extension can do something almost the same. But what I was looking for is that the script slides -let's say- one image per click, and the link above has this script.
I have the source code and I built the extension, but need some help with some few stuff, and if there is anyone who is Java guru, this would be really helpful
![Smile :)](./images/smilies/icon_smile.gif)
Extension Builder help:
I managed to modify almost every aspect of the extension, except for two things:
1. I believe there must be a .xml file that allow people to add the images they want. I have a sample .xml file but I tried to modify it with no luck.
2. I want people to choose the next/prev buttons and publish them to a specified folder PLUS adding there file names in the script css file.
Javascript help:
The script has some values that can be modified, I studied most of them and will be integrated in the Extension Builder, but:
1. Easing: as I read in the documentation of the script, adding easing is not as easy as I expected, a math calculations should be taken into consideration. Here is an example:
http://sorgalla.com/projects/jcarousel/ ... asing.html
View the source code of the html file and you will see how the easeOutBounce easing is added. Is there a simple way to do it? Just like specifying the easing name and that's it?
2. There is an option in the script where you can wrap on arrow click, that means upon reaching the last image, if the wrap is set to null, the next arrow will disappear (and even if it is visible it will be disabled). If the wrap is set to "last" then the arrow will remain visible and upon clicking it it will slide the whole container to the first image. I was trying to do the following: upon reaching the last image the next arrow changes to another image (I was successful doing that) and it is disabled, now if I set the wrap to "last", the image won't change. So can I reach the last image, arrow image changes to another image and be clickable to slide the whole container to the first image?
I included extension project file. The images are added in a very simple way (not using .xml file), so if some one can have a look at it that would be really appreciated
![Smile :)](./images/smilies/icon_smile.gif)
Thanks
![Smile :)](./images/smilies/icon_smile.gif)