aszx87410 / frontend-intermediate-course

It's a free online course about some frontend tech including Ajax, CORS, gulp, webpack and so on.
266 stars 88 forks source link

[作業] 繳交 hw2 #40

Closed miau715 closed 7 years ago

miau715 commented 7 years ago

slack 帳號

miau

哪一個作業

  1. 讓畫面變得更動態:神奇的 CSS transition

作業 Github 連結

https://github.com/miau715/frontend-intermediate-course/tree/master/answers/hw2

作業 Github Page 連結

https://miau715.github.io/frontend-intermediate-course/answers/hw2/index.html

其他補充說明

直接將整個直播區塊加上 filter 時會讓下半部的實況主頭像、名稱一併變亮,但覺得效果並不好,特別是像目前使用的替代頭像顏色較淺時會有過曝般看不清楚的狀況,因此下半部改用變更背景色的方式處理。

advancedor96 commented 7 years ago

Github Page的連結,排列是直的,不是一行有3個耶~

miau715 commented 7 years ago

我使用的是 css grid 而不是 flexbox,所以較舊的瀏覽器是不支援的。可以在這裡看看你的瀏覽器是否支援 css grid:http://caniuse.com/#search=css%20grid

advancedor96 commented 7 years ago

真的耶,我的公司的 chrome 是51版,不支援Grid. Grid 好潮啊!

aszx87410 commented 7 years ago

Good! 的確,這樣改比較好看XD