タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

3Dとjqueryに関するat_yasuのブックマーク (1)

  • 今作ってるやつ

    jQueryのアニメーション重すぎて使えない タッチイベントをハンドリングしないといけない ネイティブのスクロールの仕組みは overflow:scrollとかでできない ↓ transitionベースのアニメーション タッチイベントのラッパー ネイティブまねっこスクロール これができれば普通に書ける(ハズ) $.ui.swipable http://dl.dropbox.com/u/268240/scriptsInDev/ui.swipable/index.html スワイプイベント $(element).bind('swipe.right', function(){ alert('right swipe occured'); }); $(element).bind('swipe.left', function(){ alert('left swipe occured'); }); $.

    at_yasu
    at_yasu 2010/09/04
    速いな。
  • 1