jqTouch - why does the transition has no animation?
Posted
by teepusink
on Stack Overflow
See other posts from Stack Overflow
or by teepusink
Published on 2010-05-26T23:29:02Z
Indexed on
2010/05/26
23:31 UTC
Read the original article
Hit count: 276
jqtouch
Hi,
I'm using jqTouch. Trying to figure out why when the scene / div change, it just change abruptly without the slide animation?
Here is the setting that I have now:
var jQT = new $.jQTouch({
slideSelector: '.link',
useAnimations: true
});
Again the scene change works just fine, just that I don't see the slide animation.
What am I missing?
Thanks,
Tee
© Stack Overflow or respective owner