[作業] 繳交作業8
gogogohuang opened this issue · 4 comments
gogogohuang commented
slack 帳號
gogogohuang
哪一個作業
- 當我們包在一起:Webpack
作業 Github 連結
https://github.com/gogogohuang/frontend-intermediate-course/tree/master/answers/hw8
作業 Github Page 連結
https://gogogohuang.github.io/frontend-intermediate-course/answers/hw8/index.html
其他補充說明
- animation還沒有研究
- 轉換語言部分還沒有想法,所以先寫一個很難看的code@@
yuanyu90221 commented
我覺得這樣highlight顯示 button效果不錯壓
其實不一定ˇ要用 animation ~ 而且 animation可能要考慮瀏覽器支援度的問題
有時候用gif 也許效果還比較好XD
gogogohuang commented
原來如此。瀏覽器感覺是大家的痛XD
aszx87410 commented
css animation 的支援度目前應該沒什麼問題啦,IE 系列的瀏覽器不算瀏覽器XDD
有兩個地方可以改進:
getENTitle
那邊其實可以不用包成 function,因為字串一多的話你就會有好多個 function XD- 作業說明說不能在 window 上面附加任何東西,
window.changeLan = changeLan
違反規定囉
gogogohuang commented
XD 可以體會到IE有多爛了。
- 我改成用object了,之前完全沒有想到XD
- 有改掉了~