dpiearcy Posted May 8, 2013 Share Posted May 8, 2013 Not sure if this should be in other or here since Sencha Touch is basically a javascript program. Can someone tell me why this doesn't animate? And possibly what I need to do in order for this to work? (#events is an image I'm using for nav along with a bunch of other ones). Thanks, var el = panel.element, events = el.down('#events'); events.on('tap', function (e, t) { Ext.Viewport.setActiveItem(Ext.create('OrchardApp.view.Events'));}, panel.animateActiveItem(1, {type:'slide', direction:'left'})); Link to comment https://forums.phpfreaks.com/topic/277777-animate-view-changes-sencha-touch-2/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.