[WebTech #81] CSS > 6. 其它 CSS3 的範例
這裡收集的範例,都是比較大型、或者無法分入任何一個類別的。但它們仍然很有參考價值!所以還是將它們刊出:
將網頁元素「傾斜」、營造畫面趣味感的方法:
http://tympanus.net/codrops/2011/12/21/slopy-elements-with-css3/
包含「進度條(Progress Bar)」的文字框:
http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/
適合當做「即將上市,敬請期待」的首頁:
http://tympanus.net/codrops/2011/12/07/splash-and-coming-soon-page-effects-with-css3/
包含「信件從信封中彈出」動畫效果的頁面:
http://pehaa.com/2011/07/create-a-unique-contact-form-with-css3-transitions/
超酷炫的「關於我們」頁面:
http://tutorialzine.com/2011/07/about-page-vcard-php-css/
---
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
css3 animations 在 紀老師程式教學網 Facebook 的最佳解答
[WebTech #79] CSS > 4. CSS 範例 > 4-10 動畫
CSS3 也能做動畫喔!先來看幾個例子吧:
動畫教學文:
(1) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/css3-animations-the-hiccups-and-bugs-youll-want-to-avoid/
彈跳效果:
(1) 教學: http://www.hongkiat.com/blog/css3-bounce-effect/
(2) 範例: http://tympanus.net/codrops/2012/05/22/creating-an-animated-3d-bouncing-ball-with-css3/
搖擺的鈴鐺:
(1) http://inspectelement.com/tutorials/ring-a-bell-with-css-keyframe-animations/
翻頁效果:
(1) http://www.hongkiat.com/blog/css3-3d-transforms/
---
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
css3 animations 在 紀老師程式教學網 Facebook 的最讚貼文
[WebTech #61] CSS > 4. CSS 範例 > 4-1 文字相關實例
CSS 事實上就是「匹配規則(Selector)」+「套用屬性(Properties)」而已!如果您在 [WebTech #59] 看過所有 30 種常見的匹配規則,也在 [WebTech #60] 看完了所有可供套用的屬性,那麼您的 CSS 語法已經全部學完了!
接下來想要精通 CSS,只有看大量的範例了!看的越多,您越能了解剛剛那兩篇學的「匹配規則」與「套用屬性」,到底要用在哪個場合上。所以,接下來我將會分門別類地提供大量的 CSS 範例給各位參考。這些範例大多附有「解說」、「原始碼」、「線上示範」三樣東西。您只要點進去,看完解說,把原始碼貼到我今天推薦的 CodePen 上去試試看,或者直接看線上範例即可。需要的話參考一下我在每篇最下方提供的「CSS Selector & Properties 參考手冊」,刷新記憶,相信您的 CSS 一定可以學得很好!
首先上場的是「文字相關屬性」。坐穩囉!我們就開始吧!
文字相關變化:
- 會旋轉的文字: http://tympanus.net/codrops/2012/04/17/rotating-words-with-css-animations/
- 跑馬燈: http://www.hongkiat.com/blog/css3-animation-advanced-marquee/
- 項目編號: http://www.red-team-design.com/css3-ordered-list-styles
- 圖說文字(游標移上去,會額外出現的說明文字)
* 文字型: http://webdesign.tutsplus.com/tutorials/site-elements/how-to-create-link-tooltips-using-css3-and-jquery/
* 圖片型: http://webdesign.tutsplus.com/tutorials/how-to-create-script-free-css3-tooltips/
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
css3 animations 在 完整解析CSS 動畫( CSS Animation ) 的相關結果
隨著CSS3 的普及,過去許多看似酷炫的效果,逐漸也都能透過CSS 來實作,這篇文章將會針對CSS 動畫進行完整的使用探討,從基礎的使用,一直到JavaScript 的操作方法都會 ... ... <看更多>
css3 animations 在 Animate.css | A cross-browser library of CSS animations. 的相關結果
Animate.css is a library of ready-to-use, cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, ... ... <看更多>
css3 animations 在 CSS 動畫 的相關結果
相較於傳統script-driven 的動畫技術,CSS animations 有三種好處:. 對於不複雜的動畫來說,CSS animation 是好選擇。你甚至不必懂得 JavaScript。 在資源消耗上,CSS ... ... <看更多>