- How to add an animation when using Ext.Viewport in Sencha Touch 2
- Ext.application({
- views: ['SignIn'],
- launch: function() {
- // Initialize the signin view
- Ext.Viewport.add(Ext.create('MyApp.view.SignIn'));
- }
- });
- Ext.Viewport.animateActiveItem(someview)