$('#gallery').cycle({
fx: 'tiles',
timeout: 2500,
next: '#nextSlide',
prev: '#prevSlide',
speed: 1000,
tiles: {
cols: 25,
cssAfter:
{
top: 0
},
cssBefore:
{
left: 25,
top: 0,
width: 0
}
}
});
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
if only we all had his insight :)lol :o(
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
ASKER
Thank you. yet i think this would only confuse the user.
i am trying to understand the reason this is happening..... in the cycle2 plugin they have a similar transition called "tileBlind" which is not as nice as the one i am currently using. in their example this is not happening so i am trying to compare.
I really do hope to find a resolution for this!