I am trying to implement a metro style slide UI using jquery in which slides are displayed one after another in a cyclic manner, here is the code link:
The problem is after one round of displaying slides, the slides transition no more works correctly. Its very fast and doesn’t work exactly as it works in first run. I am not able to find the bug. Please, find the bug and tell me what went wrong.
Your browser may crash after 1st complete transition, use alert(“foo”); to prevent it.
As Marco suggested replace the code snippet… the one given below
with this
and after
add this
I just added code to re-initiate the timer in every call.
Please tell me is this helps or not….maybe you are looking for something else..