[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
「keyframe css」的推薦目錄:
keyframe css 在 紀老師程式教學網 Facebook 的最佳貼文
[WebTech #66] CSS > 4. CSS 範例 > 4-4 視覺元件 > 4-4-3 游標、標籤、通知、評等
接下來這四個視覺元件比較簡單,所以我就一起刊出了:
游標:CSS3 允許你移到不同物體上,顯示不同游標。
(1) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/everything-you-need-to-know-about-the-css-cursor-rule/
標籤:每篇部落格文章後,標註文章分類的標籤,也能用 CSS3 做出來。
(1) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/tagtastic-tag-cloud-with-css-transformations/
(2) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-create-pure-css3-ticket-like-tags/
通知:類似 iPhone 上收到 Email 後,會以紅色圓圈貼在圖示右上角,告知目前有幾封未讀的小標誌。
(1) http://www.red-team-design.com/notification-bubble-css3-keyframe-animation
評等:會出現五顆星星,讓使用者對某篇文章評分的圖形。
(1) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-create-a-rating-system-with-css-web-fonts-and-sprites/
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
keyframe css 在 用CSS 做簡單動畫- 關鍵影格(@keyframe) - 網頁設計 的相關結果
用CSS 做簡單動畫- 關鍵影格(@keyframe). 想要做動畫已經不再只能用JavaScript 或jQuery 才做得到,從CSS3 開始也可以做出簡單甚至有些複雜的動畫了。 ... <看更多>
keyframe css 在 [筆記] CSS動畫Animation --- @keyframes - PJCHENder 的相關結果
在學習CSS動畫的過程中,不能不提@keyframes這個屬性,讓我們來看一下這個屬性可以怎麼樣使用吧! 基礎範例. 我們先來看一下最簡單的範例,製作出來的 ... ... <看更多>
keyframe css 在 keyframes - CSS(层叠样式表) 的相關結果
关键帧@keyframes at-rule 规则通过在动画序列中定义关键帧(或waypoints)的样式来控制CSS动画序列中的中间步骤。 ... <看更多>