jQuery-淡入淡出动画效果
<!DOCTYPE html> < html lang = " zh " > < head > < meta charset = " UTF-8 " > < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " > < meta http-equiv = " X-UA-Compatible " content = " ie=edge " > < title > Document </ title > < style > h1 { /* display: none; */ background-color : #f00 ; } </ style > </ head > < body > < p > < button type = " button " > 淡入淡出 </ button > </ p > < h1 > Hello Animation </ h1 > < h1 > Hello Animation </ h1 > < h1 > Hello Animation </ h1 > < script src = " ./jquery.js " > </ script > < script > $ ( 'button[type="button"]' ) . click (