16 - Mouse Move Shadow
筆記
透過 text-shadow
實現滑鼠移動時的文字陰影游移效果
作法
抓取 hero div 和 h1 tag, 由於 hero 設定大小全版面,所以可直接對 hero 做 mousemove
監聽。
撰寫陰影移動函式:
1 | function shadow(e) { |
text-shadow
語法:
1 | /* offset-x | offset-y | blur-radius | color */ |
可像範例一樣用逗號區隔一次設定好幾個方向的陰影