第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

點(diǎn)擊關(guān)閉按鈕是出現(xiàn)的問(wèn)題~~~請(qǐng)老師解答,謝謝

http://img1.sycdn.imooc.com//55d2e5b10001a42214380645.jpg

點(diǎn)擊關(guān)閉按鈕時(shí)出現(xiàn)錯(cuò)誤,沒(méi)看懂什么意思~~~


代碼附上

//?JavaScript?Document
(function($){
	//定義變量
	var?container?=?$('.container');
	var?box?=?$('.box');
	var?buddy?=?$('.buddy');
	var?pop?=?$('.pop');
	var?open?=?$('.btn');
	var?close?=?$('.close');
	var?imgs?=?pop.find('img');
	//定義由下而上進(jìn)入的動(dòng)畫
	$.Velocity.RegisterUI('Carrie.slideUpIn',{
		defaultDuration:500,
		calls:[
			[{opacity:[1,0],translateY:[0,100]}]
		]
	});
	//定義由上而下退出的動(dòng)畫
	$.Velocity.RegisterUI('Carrie.slideDownOut',{
		defaultDuration:300,
		calls:[
			[{opacity:[0,1],translateY:[100,0]}]
		]
	});
	//定義圖片由小變大進(jìn)入的動(dòng)畫
	$.Velocity.RegisterUI('Carrie.scaleIn',{
		defaultDuration:300,
		calls:[
			[{opacity:[1,0],scale:[1,0.3]}]
		]
	});
	//定義圖片由大變小退出的動(dòng)畫
	$.Velocity.RegisterUI('Carrie.scaleOut',{
		defaultDuration:300,
		calls:[
			[{opacity:[0,1],scale:[0.3,1]}]
		]
	});
	//定義box出現(xiàn)的場(chǎng)景動(dòng)畫
	var?seqInit?=?[{
		elements:container,
		properties:'Carrie.slideUpIn',
		options:{
			delay:300
		}
	},{
		elements:box,
		properties:'Carrie.slideUpIn',
		options:{
			sequenceQueue?:false
		}
	},{
		elements:buddy,
		properties:'Carrie.slideUpIn',
		options:{
			sequenceQueue:false,
			delay:60
		}
	}];
	//定義box退出,pop出現(xiàn)的場(chǎng)景
	var?seqClick?=?[{
		elements:container,
		properties:'Carrie.slideDownOut',
	},{
		elements:box,
		properties:'Carrie.slideDownOut',
		options:{
			sequenceQueue?:false
		}
	},{
		elements:container,
		properties:'Carrie.slideUpIn',
	},{
		elements:pop,
		properties:'Carrie.slideUpIn',
	},{
		elements:imgs,
		properties:'Carrie.scaleIn',
		options:{
			sequenceQueue?:false
		}
	}];
	//定義pop退出,box出現(xiàn)的場(chǎng)景
	var?seqClose?=?[{
		elements:imgs,
		properties:'Carrie.scaleout',
	},{
		elements:container,
		properties:'Carrie.slideDownOut',
	},{
		elements:pop,
		properties:'Carrie.slideDownOut',
		options:{
			sequenceQueue?:false
		}
	},{
		elements:container,
		properties:'Carrie.slideUpIn',
	},{
		elements:box,
		properties:'Carrie.slideUpIn',
	}];
	
	$.Velocity.RunSequence(seqInit);
	
	open.on('click',function(){
		$.Velocity.RunSequence(seqClick);
	})
	
	close.on('click',function(){
		$.Velocity.RunSequence(seqClose);
	})
	
})(jQuery);

老師幫忙看一下哪里出錯(cuò)了~~~

正在回答

1 回答

報(bào)錯(cuò)的意思是Carrie.scaleout沒(méi)有注冊(cè),然后看了下,你注冊(cè)的是Carrie.scaleOut,O是大寫的。

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

Carrie_IT 提問(wèn)者

非常感謝!
2015-08-18 回復(fù) 有任何疑惑可以回復(fù)我~
#2

Carrie_IT 提問(wèn)者

太粗心粗心了~~~已經(jīng)好了,謝謝老師,希望再出更多的視頻以供學(xué)習(xí)哈~~~
2015-08-18 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

點(diǎn)擊關(guān)閉按鈕是出現(xiàn)的問(wèn)題~~~請(qǐng)老師解答,謝謝

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)