i am trying to animate my textField in my project with Extjs but it doesn't work
here a peace of my code:
{
xtype: 'textfield',
label: 'Try KeyDown',
emptyText: 'Press Enter/Return here...',
name: 'email',
animateUnderline : true
},