jQTouch animated table cell hight
Posted
by Brett
on Stack Overflow
See other posts from Stack Overflow
or by Brett
Published on 2010-06-03T14:02:16Z
Indexed on
2010/06/03
14:04 UTC
Read the original article
Hit count: 653
Hi everybody,
I am using jQTouch to show a table list. When a cell (really a < li > tag in jQTouch) is clicked, I would like to animate the height of the cell down to 0, then hide the element.
I have tried using jquery.animate() for this, and it works on firefox/chrome/opera, but it is super slow on the iPhone.
Does anyone have any idea how to use -webkit-animate (or some iPhone compatible framework, such as jQTouch), to do this?
Thanks, Brett
© Stack Overflow or respective owner