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'})); Quote Link to comment https://forums.phpfreaks.com/topic/277777-animate-view-changes-sencha-touch-2/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.