【问题标题】:How to create animated text using ExtJs如何使用 ExtJs 创建动画文本
【发布时间】:2009-08-04 10:37:44
【问题描述】:

任何人都可以帮助如何使用 ExtJs 创建动画文本

【问题讨论】:

    标签: javascript animation text extjs


    【解决方案1】:

    一些例子:

    Ext.get("my-element-id").highlight();
    
    Ext.get("my-element-id").fadeIn();
    

    简单。查看 Ext.Fx 类。它有很多动画方法。

    http://extjs.com/deploy/ext/docs/output/Ext.Fx.html

    【讨论】:

    猜你喜欢
    • 2018-12-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-01-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多