Class: MovieClip

MovieClip

new JC.MovieClip(element, options)

MovieClip类型动画对象

Name Type Description
element object optional

动画对象 内部传入

options object optional

动画配置信息 内部传入

Extends

Methods

取消逐帧

事件对象的触发事件函数

Name Type Description
type String

事件类型

ev JC.InteractionData

事件数据

inherited off(type, fn){this}

事件对象的事件解绑函数

Name Type Description
type String

事件类型

fn function

注册时回调函数的引用

Returns:
Type Description
this

inherited on(type, fn){this}

事件对象的事件绑定函数

Name Type Description
type String

事件类型

fn function

回调函数

Returns:
Type Description
this

inherited once(type, fn){this}

事件对象的一次性事件绑定函数

Name Type Description
type String

事件类型

fn function

回调函数

Returns:
Type Description
this

暂停逐帧

playMovie(options){this}

播放逐帧

Name Type Description
options object

播放配置

Returns:
Type Description
this

恢复播放逐帧