Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Animating views in ListView Items

$
0
0

I have some labels and a button in my ListItem that I would like to move with animation when the item is selected.

I can work out how to move them a per below, but not how to animate.

function itemSelected(e) {
    var item = $.tickets.getItemAt(e.itemIndex);
    item.name.left = 70;
    item.eticket.left = 70;
    item.check.left = 0;
    $.tickets.updateItemAt(e.itemIndex, item);
}

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>