Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 16th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 109  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to add an animation when using Ext.Viewport in Sencha Touch 2
  2. Ext.application({
  3.     views: ['SignIn'],
  4.  
  5.     launch: function() {
  6.         // Initialize the signin view
  7.         Ext.Viewport.add(Ext.create('MyApp.view.SignIn'));
  8.     }
  9. });
  10.        
  11. Ext.Viewport.animateActiveItem(someview)