You need to sign in to do that
Don't have an account?

Can you please Help Me?
Hi all,
I am took one VF Page and I am taking One image tag in page? I have 4 images in Static Resource. I have to rotate each image in 30 secs. How to roate each image. How to wrote the apex class?
Thanks for u r help.....
Hi Ajay,
First you need to collect image url for all images in a list. And use the <apex:actionPoller> tag in page. In this tag you can set time interval to after how mauch time it will be rerender.
Example - In the below code we using counter that will increment after 15 seconds.
Use Jquery rotate. It will be fast.
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.