| 包 | fl.transitions |
| 类 | public class Zoom |
| 继承 | Zoom Transition EventDispatcher Object |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Flash CS3 |
| 运行时版本: | Flash Player 9, AIR 1.0 |
例如,下列代码对影片剪辑实例 img1_mc 使用 Zoom 过渡:
import fl.transitions.*;
import fl.transitions.easing.*;
TransitionManager.start(img1_mc, {type:Zoom, direction:Transition.IN, duration:2, easing:Elastic.easeOut});
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z
隐藏继承的公共属性
显示继承的公共属性