老師講的非常好,很贊,不用canvas,用div的背景圖,改變背景圖的background-position,應(yīng)該也能實(shí)現(xiàn)吧
2021-01-30
js代碼是不用寫(xiě)分號(hào)的,編譯器監(jiān)測(cè)到空格會(huì)自動(dòng)補(bǔ)上分號(hào),不過(guò)有時(shí)候?yàn)榱瞬槐匾穆闊?xiě)上是最好
2018-04-20
有bug,點(diǎn)show后點(diǎn)reset不會(huì)歸位
將theAnimation定義為全局變量,具體代碼:(三處改動(dòng))
1、在函數(shù)外部定義 var theAnimation;
2、function initCanvas(){
clearInterval(theAnimation); //在initCanvas添加一行代碼
3、function show(){
clearInterval(theAnimation); //添加一行代碼,清除定時(shí)器
theAnimation = setInterval(function(){ // 把前面的var去掉
將theAnimation定義為全局變量,具體代碼:(三處改動(dòng))
1、在函數(shù)外部定義 var theAnimation;
2、function initCanvas(){
clearInterval(theAnimation); //在initCanvas添加一行代碼
3、function show(){
clearInterval(theAnimation); //添加一行代碼,清除定時(shí)器
theAnimation = setInterval(function(){ // 把前面的var去掉
2018-01-15
有bug,點(diǎn)show后點(diǎn)reset出錯(cuò)
將theAnimation定義為全局變量,具體代碼:(三處改動(dòng))
1、在函數(shù)外部定義 var theAnimation;
2、function initCanvas(){
clearInterval(theAnimation); //在initCanvas添加一行代碼
3、function show(){
clearInterval(theAnimation); //添加一行代碼,清除定時(shí)器
theAnimation = setInterval(function(){ // 把前面的var去掉
將theAnimation定義為全局變量,具體代碼:(三處改動(dòng))
1、在函數(shù)外部定義 var theAnimation;
2、function initCanvas(){
clearInterval(theAnimation); //在initCanvas添加一行代碼
3、function show(){
clearInterval(theAnimation); //添加一行代碼,清除定時(shí)器
theAnimation = setInterval(function(){ // 把前面的var去掉
2018-01-15