[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」的推薦目錄:
- 關於css3 animations 在 紀老師程式教學網 Facebook 的最讚貼文
- 關於css3 animations 在 紀老師程式教學網 Facebook 的最佳貼文
- 關於css3 animations 在 紀老師程式教學網 Facebook 的最佳解答
- 關於css3 animations 在 CSS3 Animation | Summer。桑莫。夏天 的評價
- 關於css3 animations 在 jlongster/css-animations.js: A library to work with ... - GitHub 的評價
- 關於css3 animations 在 Wrong use of CSS3 Animations or not? - Software ... 的評價
- 關於css3 animations 在 Repeat multiple css animations - Stack Overflow 的評價
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 在 jlongster/css-animations.js: A library to work with ... - GitHub 的推薦與評價
This library uses the CSS DOM API to access CSS3 keyframe animations, enabling you to do anything you want with them from javascript. You can add, modify, and ... ... <看更多>
css3 animations 在 Wrong use of CSS3 Animations or not? - Software ... 的推薦與評價
Yes, using divs simply for the sake of producing animation is the wrong ... The purpose of CSS animations are to provide animations that are ... ... <看更多>
css3 animations 在 CSS3 Animation | Summer。桑莫。夏天 的推薦與評價
CSS3 Animation. 27 Aug 2017. css3 animations css 效能調校 will-change 關鍵轉譯路徑 Critical Rendering Path Chrome DevTools 轉譯效能 Rendering Performance. ... <看更多>