タグ

CSS3に関するkorinのブックマーク (5)

  • Vital | CSS Framework

    A minimally invasive CSS framework for modern web applications MinimalVital is a reverse approach to "everything and the kitchen sink" CSS frameworks.

    Vital | CSS Framework
  • Picnic CSS

    Lightweight and beautiful library <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/picnic"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/picnic">CDN | Download | GitHub Default HTML beautyThe native HTML elements get a boost so you don't need to write presentation classes mixed with your HTML. Picnic is completely modular so you can easily modify and test each part: Documentat

  • 動くCSSのためのメモ。

    CSSでできる事がどんどん増えてます。JavaScriptを使って実装するようなレイアウトやUIも、CSSだけで作れちゃうほど、便利なプロパティがじゃんじゃか増えましたね。ここでは、要素にアニメーション効果をつけるためのCSSを使ったエフェクトについて、まとめてゆこうと思います:)。 CSSで動かす 「動く」といっても、自由自在にぐにゃぐにゃ動かせるわけではなくて、CSSアニメーションでは、プロパティの数値をスムーズに増減させることで、要素のスタイルを滑らかに変化させます。 例えば、下のサンプルでは、p要素にカーソルを合わせた時に、font-sizeの値を、1emから2emに、スムーズに変化するように指定しています。 p { transition: font-size 1s; } 動かすためのマストプロパティ CSSでアニメーションさせるために必要不可欠なのがtransitionプロパティ

    動くCSSのためのメモ。
  • phiary

    今回は CSS3 から box-sizing について紹介します. width や height と同時に border や padding を指定しているときに, 少し値を変えただけで意図しない表示になったりレイアウトが崩れたという経験はありませんか? これはボックスサイズの算出方法が複雑なのが原因です. そんな面倒な問題を解決してくれるのが box-sizing プロパティです!! box-sizing プロパティを指定することでボックスサイズ(width, height) の算出方法を指定することができます. あまり普及していないようですが, 実はこれめちゃめちゃ便利だったりします!! まだ独自実装レベルだからかもしれません. ですが, 現在のCSS3 の草案にも 一応残ってるので, がっつり使わせて頂いてる次第です.

    phiary
    korin
    korin 2016/05/20
  • Morphing Power Cubes

    Animations, Transitions and 3D Transforms This demo shows some more interesting content using 3D transforms, animations and transitions. Note that you can still select the text on the the elements, even while they are rotating. Transforms elements remain fully interactive. Click Toggle Shape to switch between nested cubes and one big ring. Note how the planes move smoothly to their new locations,

    korin
    korin 2010/08/29
  • 1