css3とjsでサイコロ 2011/11/10 css3でサイコロを描いた。ウィンドウをクリックするとJavascriptでランダムに目が変わります。 Continue reading → Posted in css, css3, html5 | Tagged animation, css, css3, html5 | Leave a comment
CSS3のanimationで心電図 2011/10/18 CSS3のanimationの練習と手慰みとして、心電図モニターのアニメを作ってみた。動作とソースはDEMOをご覧いただきたい。 ところで、CSS3のアニメーションの方がjQueryよりも動作が軽い、というのは誤解だ。 … Continue reading → Posted in css3 | Tagged animation, css, css3 | 3 Comments
天地無用エイプリルフールでした。 2011/04/03 4/1からブログ全体を上下逆さまにしていました。 body { -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transfor … Continue reading → Posted in 未分類 | Tagged css3, css3 @en | 2 Comments
Basic figure drawn with CSS3 2011/02/20 It is possible to draw various figures by drawing of CSS and CSS3. It doesn’t become a reason why drawin … Continue reading → Posted in css @en, css3 @en | Tagged css, css3 | Leave a comment
CSS3で描く基本図形2 2011/02/19 引き続きcssで基本図形を描く。今回は半円、扇型、平行四辺形、三角形の描き方。図形の描き方はいずれ一覧表の形でまとめようと考えている。 なお、前回と今回の図形は、すべて一つのdivで出来ているが、実際にはdiv以外の要素 … Continue reading → Posted in css, css3 | Tagged css, css3 | Leave a comment
CSS3で描く基本図形 2011/02/06 css及びcss3の描画で、様々な物を描く事が可能だ。IE8以下のブラウザをどうサポートするかは、考慮する必要があるが、web表現にpureなcssによる描画を使わない理由にはならない。 むしろ積極的にcssによる表現を … Continue reading → Posted in css, css3 | Tagged css, css3 | Leave a comment