jQTouch icon indicating copy to clipboard operation
jQTouch copied to clipboard

Animation Selectors don't work

Open levic opened this issue 11 years ago • 0 comments

The documentation at https://github.com/senchalabs/jQTouch/wiki/Initialization%20Options talks about the animation selectors.

Code for this existed in the pre-coffescript version (eg v0.97.0rc7 jqtouch.js line 497).

Code to handle this does not exist in the coffeescript version [start() doesn't touch the animations array, and getAnimation() simply iterates through this array], so without modifying the jqt source the only change you can make to animations is changing the default selector.

levic avatar Sep 26 '14 05:09 levic