Skip to content

Commit

Permalink
Set animation duration to 10ms.
Browse files Browse the repository at this point in the history
A value of 0ms seemed to cause problems.
  • Loading branch information
nelstrom committed Mar 3, 2011
1 parent 496d911 commit 775e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/views/Viewport.js
Expand Up @@ -9,7 +9,7 @@ ToolbarDemo.views.Viewport = Ext.extend(Ext.TabPanel, {
dock: 'bottom',
cardSwitchAnimation: {
type: 'fade',
duration: 0
duration: 10
},
initComponent: function() {
Ext.apply(this, {
Expand Down

0 comments on commit 775e4a7

Please sign in to comment.