垂直に伸びた時間軸にポイントを配置し、そのポイントにコンテンツを紐付かせるタイムラインを簡単に実装できるスタイルシートを紹介します。
Some simple and creative overlay styles and effects. From sliding the overlay into the viewport to using SVG morphing shapes, we explore some effects for fullscreen overlays. Today we’d like to share some inspiration on fullscreen overlay styles and effects with you. Like with any UI component, there are new trends and styles emerging and we’d like to try out some subtle, as well as fancy effects
Nintendo Switchの純正プロコンを異次元レベルの操作性に!使わない理由がない革新的アダプター
CSS の box-sizing プロパティはリキッドレイアウトのときに有用なプロパティだ。値に box-sizing を指定すると padding や border を含めた値で width/height を計算してくれるので、パーセント値を指定する場合は特に便利だ。box-sizing は多くのモダンブラウザで使えるほか、Internet Explorer 8 でも使用することができる。 問題は中途半端な位置づけにある Internet Explorer 7 だが、次のような解決策を見つけた。expression プロパティを利用して、レイアウトされた時点での値を計算している。 .box-sizing-ie7 { /* emulates width: 33% */ width: expression((this.parentNode.clientWidth/3 - parseInt(t
ページ上のコンテンツを複数のレイヤーで構成し、それぞれを異なるタイミングでスクロールさせるパララックスのエフェクトをスクリプト無し、CSSで実装するチュートリアルを紹介します。 デモページをスクロールしたとこ パララックスの構造の可視化は、左上の「Debug」をチェックします。 パララックスの実装 Step 1: HTML divなどで各レイヤーを配置します。 <div class="parallax"> <div class="parallax__group"> <div class="parallax__layer parallax__layer--back"> ... </div> <div class="parallax__layer parallax__layer--base"> ... </div> </div> <div class="parallax__group"> ..
jQueryを使ったアニメーションではCSSのプロパティ値を操作することによって ページ上に様々なバリエーションのアニメーションを簡単に実装することが可能になりますが 現状(ver.1.8)のデフォルト状態でのjQueryファイルでは CSS3のTransform系の回転「rotate」や拡大縮小「scale」といった アニメーション値を操作することはできません。 そんなCSS3のTransform関連のプロパティ値を jQueryアニメーションとして操作させることを可能とするプラグインがいくつかあったので 使いやすかったものをサンプルアニメーションを交えて紹介してみます。 jquery-css-transform.js / jquery-animate-css-rotate-scale.js jQueryでCSS3のTransformアニメーションを操作させるプラグインはいくつかあります
DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit! With CSS columns you can create a print-inspired layout with little added markup that can adapt beyond a fixed canvas. A supported browser will make calculations to wrap and balance content into tidy columns. If you’re already working with a fluid layout, the columns will reflow automaticall
[CSS3] Introducing the New Cursor Styles in CSS3 – CSS3で新たに追加となったカーソル指定の一覧 Pocket Tweet CSS3で新たに追加されたカーソルスタイルの一覧。まずはCSS2のカーソルを紹介した後で、後半にCSS3の指定が紹介されています。便利なのがそれぞれのボックスの上にマウスオーバーする事で、マウスカーソルが指定された内容に変わるという点。「あの形のカーソル指定なんだっけなー」って時に便利ですね。こうして一覧で見ると「こんなにあったのか」とか思います。しかしカーソルの形状をスクリーンショットに撮ろうとしても、Macだとマウスカーソルって撮れないんですね。ツール使えばできるんだろうけど諦めました。 Introducing the New Cursor Styles in CSS3
[Web Design] NTH-TEST – nth-child擬似クラスのテスター Pocket Tweet CSS3で定義されたnth-child擬似クラスのテスター。これ系のテストツールは他にも以前紹介した:nth Testerとかがあるけど、こっちのツールの方が多機能な感じがします。nth-child(xx)のカッコ内の数値を変更できるのはもちろん、リスト内のアイテムの数やカラムの数についてもカスタムできます。例えばアイテム20個、カラム3つの時に一番左に来るアイテムだけにクラスを適用したい時など、目で見て判断する事ができます。コーディングのお供にとってもナイスなオンラインツール。 NTH-TEST
実際に使用したものやいつか使うかもと思ったものをJSFiddleやEvernoteなんかでバラバラにメモしていたのですが、それらの中でよく使いそうなものを一覧化したものが欲しかったのでまとめました。 今となっては様々なところで用いられていますし、もっと凄くて面白い動きを実装しているチュートリアルなんかも沢山見かけますが、個人的に汎用性高いと思うもの中心です。 対象ブラウザに古いIEなどが含まれている場合はもちろん使えませんが、いずれもjQueryや画像などを一切使用せずにデザインやアニメーションも全てCSSのみで実装しているものです。 また、同様にCSSのみでクリエイティブなボタンデザインやエフェクトを実装できるエントリーや便利なジェネレータツールなども備忘録兼ねて併せて紹介します。 CSS3を多用しているため、ブラウザ(特にIE7・IE8など)によっては動きや見栄えが説明と異なる場合があ
Some inspiration for loading effects of grid items using CSS animations. Today we’d like to share some loading effects for grid items with you. The idea is to show items in a grid with an animation once they are in the viewport. The possibilities are infinite and we’d like to give you some inspiration. Some of the effects are from the awesome CSS3 scroll effects by Hakim El Hattab and the idea is
Today we’d like to share some experimental and creative link effects with you. The idea is to use pseudo-elements and animate them to create a subtle and modern effect. In the examples we are using hover transitions, but you could also imagine these effects on click or as an initial animation. Please note that pseudo-element transitions don’t work in every browser. Best viewed in Chrome and Firefo
A tutorial about how to create an experimental CSS-only timeline with a 3D effect. The idea is to expand a content area when the associated radio input is selected. In this tutorial we are going to experiment with perspective and use a radio input trick to create a fun css-only timeline-like structure. The idea is to show a teaser of an item and when clicking on the associated radio input, the con
Page is Under Review The lab is awaiting moderator review and approval.
ユーザーのマウスホバーに合わせて、価格表のセルをアニメーションで拡大するCSS3のテクニックを紹介します。 デモページ ホバーしたセルが拡大表示され、ボックスシャドウを使って浮き上がる感じです。 カラーを変更してもよさそうです。 実装 HTML 価格表は実はtable要素を使っておらず、リスト要素で実装されています。 <div class="pricing_table"> <ul> <li>Standard</li> <li>£20</li> <li>Perfect for those getting started with our app.</li> <li>15 Projects</li> <li>5GB Storage</li> <li>Unlimited Users</li> <li>No Time Tracking</li> <li>Enchaned Securit
CSSであれこれやっていたら、まず間違いなく使うであろう背景関連のプロパティ。 CSS3ではこれまでより多くの指定ができるようになります。 それらの新しいプロパティや値はいったいどういうものなのか、調べてみました。 主に参考にしたのは以下の2つです。 CSS Backgrounds and Borders Module Level 3現在の仕様です。CSS 背景 & ボーダー モジュール Level 32011年2月15日版の仕様の日本語訳です。プロパティと値の説明はこちらを参考にしました。背景のレイヤー背景は複数のレイヤーを持つことができ、レイヤーの数はbackground-imageに指定されたカンマ区切りの値の数によって決められます。noneの指定も一つのレイヤーを生成します。 背景レイヤーの重なり方ですが、初めに指定したものから手前に来ますので、注意してください。 例として、下のr
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く