備忘録的な。 —
jQueryプラグインのflickSimpleについて。onAnimationEndはwebkitTransitionEndにbindされているけど、Androidはanimateで動かしてるので効果がないっぽい。
とりあえず下記のように修正。this.target.animate( { left: posX + 'px', top: posY + 'px' });this.target.animate( { left: posX + 'px', top: posY + 'px' },'normal','swing',this.onAnimationEnd);
2012/07/09ぐらいで直ってるっぽい!
Categorised as:雑記
コメントを残す