You found a bug! We've classified it as TOUCH-3700 . We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
  1. #1
    Sencha - Community Support Team mankz's Avatar
    Join Date
    Nov 2007
    Location
    Helsingborg, Sweden
    Posts
    2,455
    Vote Rating
    51
    mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough

      0  

    Default [2.1] Ext.Anim.run won't accept HTML element

    [2.1] Ext.Anim.run won't accept HTML element


    Docs say it should.

    Works:
    Code:
    Ext.Anim.run(Ext.getBody(), 'fade', {
                            out         : true,
                            duration    : 500,
    
                            autoClear   : false
                        });
    Doesn't work
    Code:
    Ext.Anim.run(document.body, 'fade', {
                            out         : true,
                            duration    : 500,
    
                            autoClear   : false
                        });

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,656
    Vote Rating
    436
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Thanks for the report! I have opened a bug in our bug tracker.