Where can I find a list of available animation types for Ext.Panel.show ()? I searched the documentation and added โsencha touch animation optionsโ to Google, but didn't find anything.
You can see all the animations here.
http://dev.sencha.com/deploy/touch/examples/production/kitchensink/
And here is the API
http://docs.sencha.com/touch/2-0/#!/api/Ext.anims
Here is the documentation for the available animation types:
Some of them do not work on Android.
In ST 2
* does not work in android
Ext.Anim.run(this, 'fade', { out: false, autoClear: true });
Do not forget
Ext.requires('Ext.Anim');
Source: https://habr.com/ru/post/1401014/More articles:How to improve query performance in Django administration in related fields (MySQL) - djangoWhy are there many changes in MySQL performance (InnoDB)? - mysqlWiX [#filekey] is not allowed or used as a path in a managed custom application - wixHow to set a default analyzer to search for elasticity using a tire? - ruby-on-railsRbenv for production with passenger - ruby โโ| fooobar.comHow to transfer .RESX file when changing .NET Framework - c #PropertyGrid: problem with ExpandableObjectConverter - c #shouldOverrideUrlLoading receives a call ONLY for SOME web pages - javascriptremoving jquery elastic from textbox - jqueryJS Knockout - Multidimensional observable arrays and submatrix data display - javascriptAll Articles