★CSS3リファレンス

結果はどのようにランク付けされますか?
順位はどのように決まるのでしょうか?
2Ranking the results of your bets can be a complex task depending on your specific situation and goals. There are many different ways to rank betting results, and the choice of method often depends on what you want to achieve. The general approach for ranking betting results is as follows:
Read in-detail

私たちはカジノサイトを独自にレビューしています。当社のリンクを通じてサインアップすると、追加料金なしで当社に手数料が発生する場合があります。

perspective …… 3D変形の奥行きの深さを指定する(親要素に指定)
Google Chrome6(-webkit-)
Safari5(-webkit-)

※Google Chromeについては、どのバージョンから対応しているのか調べていません。いずれきちんとブラウザ調査します。
広告



perspectiveプロパティは、要素にtransform効果を適用するときの奥行きの深さを指定する際に使用します。
奥行きの深さは数値で指定します。初期値は none です。

perspectiveプロパティの値に none 、または、0以下のを指定した場合には、変形の際に奥行きが適用されません。

perspectiveプロパティによる指定は、
基本的には、transform:perspective(数値)
を指定した場合と同じ変形効果となりますが、perspectiveプロパティを指定した要素自身ではなく、
その子要素で位置や変形を指定されたものにだけ適用される点が異なります。

■値

none(初期値)
変形の際の奥行きを指定しない
数値
奥行きの深さを数値で指定

■初期値・適用対象・値の継承

初期値
none
適用対象
ブロックレベル要素、インライン要素
値の継承
しない

■使用例

CSSソースは外部ファイル(sample.css)に記述

p.sample1, p.sample2 {background-color:limegreen;}
p.sample1 {perspective:500;}
p.sample1 img, p.sample2 img{transform: rotateY(70deg);}

HTMLソース

<html>
<head>
<link rel=”stylesheet” href=”sample.css” type=”text/css”>
</head>
<body>
<<p class=”sample1″>
perspective:500;を指定して、Y軸70度回転<br>
<img src=”https://htmqcom1.wpengine.com/wp-content/uploads/2024/07/kaeru.gif”>
</p>
<p class=”sample2″>
perspectiveプロパティの指定なしで、Y軸70度回転<br>
<img src=”https://htmqcom1.wpengine.com/wp-content/uploads/2024/07/kaeru.gif”>
</p>
</body>
</html>

↓↓↓

ブラウザ上の表示

perspective:500;を指定して、Y軸70度回転

perspectiveプロパティの指定なしで、Y軸70度回転

■ベンダープレフィックスを付けた場合の使用例

CSSソースは外部ファイル(sample.css)に記述

p.prefix_sample1, p.prefix_sample2 {background-color:limegreen;}
p.prefix_sample1 {
-moz-perspective:500;
-webkit-perspective:500;
-o-perspective:500;
-ms-perspective:500;
}
p.prefix_sample1 img, p.prefix_sample2 img{
-moz-transform: rotateY(70deg);
-webkit-transform: rotateY(70deg);
-o-transform: rotateY(70deg);
-ms-transform: rotateY(70deg);
}

HTMLソース

<html>
<head>
<link rel=”stylesheet” href=”sample.css”
type=”text/css”>
</head>
<body>
<p class=”prefix_sample1″>
perspective:500;を指定して、Y軸70度回転<br>
<img src=”https://htmqcom1.wpengine.com/wp-content/uploads/2024/07/kaeru.gif”>
</p>
<p class=”prefix_sample2″>
perspectiveプロパティの指定なしで、Y軸70度回転<br>
<img src=”https://htmqcom1.wpengine.com/wp-content/uploads/2024/07/kaeru.gif”>
</p>
</body>
</html>

↓↓↓

ブラウザ上の表示

perspective:500;を指定して、Y軸70度回転

perspectiveプロパティの指定なしで、Y軸70度回転

広告



カジノファインダー

どのカジノが自分に最適か分からないですか?

Easily find your perfect casino in under a minute, no sign up necessary.