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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

CSS3 animation問題

CSS3 animation問題

Walk_ 2016-11-09 16:17:11
如動(dòng)圖所示:????我單擊增大按鈕時(shí),div寬度緩慢增大有動(dòng)畫效果,恩這好沒問題。問題在于我單擊縮小按鈕時(shí),div刷的一下就縮小了毫無動(dòng)畫,我是添加動(dòng)畫的啊,怎么沒有效果,是我哪里理解錯(cuò)了嗎?還是其他原因?初學(xué)這個(gè)樣式,麻煩大家指點(diǎn)一下。源碼:<!DOCTYPE?html> <html> <head> <meta?charset="UTF-8"> <title>demo</title> <style> div{ width:?100px; height:?100px; background:?#0000FF; } @keyframes?animation1{ from{ width:?100px; } to{ width:?300px; } } @keyframe?animation2{ from{ width:?300px; } to{ width:?50px; } } .an1{ animation:animation1?1s?forwards?; } .an2{ animation:animation2?1s?forwards?; } </style> </head> <body> <div?id="div"> </div> <input?type="button"??id="btn1"???onclick="x1()"?value="增大"?/> <input?type="button"??id="btn2"???onclick="x2()"??value="縮小"?/> <script> function?x1(){ document.getElementById("div").className="an1"; } function?x2(){ document.getElementById("div").className="an2"; } </script> </body> </html>
查看完整描述

1 回答

已采納
?
stone310

TA貢獻(xiàn)361條經(jīng)驗(yàn) 獲得超191個(gè)贊

@keyframes animation2 ? 這里漏寫了個(gè)s

查看完整回答
反對(duì) 回復(fù) 2016-11-09
  • 1 回答
  • 0 關(guān)注
  • 1525 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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