component.animateIn is not a function

来源:3-7 通用图文组件类-H5ComponentBase(接受 onLoad、onLeave事件)

纯情小黑男

2017-06-17

http://szimg.mukewang.com/5945259a0001a51309260087.jpg

http://szimg.mukewang.com/5945259a0001daa207030504.jpg

http://szimg.mukewang.com/5945259a00018ce107550471.jpg


写回答

1回答

Lyn

2017-06-26

报错信息很对, component 的确没有 animateIn 这个方法

component是什么东西?它是一个 jQuery包装后的元素,拥有 animate 方法,但是没有 animateIn 方法

component
	.on('onLoad',function (evt) {

		setTimeout(function(){
			component.removeClass(cls+'_leave').addClass(cls+'_load');
			cfg.animateIn && component.animate( cfg.animateIn );
		},cfg.delay||0);

		evt.stopPropagation();
		
		return false;
	})


0
0

Web App用组件方式开发全站

用HTML5/CSS3/JS流行技术,实现移动端可视化数据报告

3164 学习 · 516 问题

查看课程