开发者

swipe effect with jQuery [for touch]

开发者 https://www.devze.com 2023-02-25 05:44 出处:网络
I want to create a touch prototype for a mobile web app and I need to implement the iPhone swipe effect (touch).

I want to create a touch prototype for a mobile web app and I need to implement the iPhone swipe effect (touch).

Does anyone have an开发者_C百科y idea on any jQuery plugins that I can use directly?? I have the markup as

<ul id="body">
   <li class="item">1</li>
   <li class="item">2</li>
   <li class="item">3</li>
   <li class="item">4</li>
</ul>

and I want to implement the swipe on the list items


Consider using jQuery Mobile. They are moving unbelievably fast and support native-like interfaces on several platforms. The swipe effect is just one of many tricks up its sleeve.

0

精彩评论

暂无评论...
验证码 换一张
取 消