From 3ac2a8d84ed0236cca327f5c3e58a3be850c8139 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 13 Oct 2021 08:54:36 +0900 Subject: CSS 変換を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_transforms/index.html | 72 ------------------------------ files/ja/web/css/css_transforms/index.md | 72 ++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 72 deletions(-) delete mode 100644 files/ja/web/css/css_transforms/index.html create mode 100644 files/ja/web/css/css_transforms/index.md (limited to 'files/ja/web') diff --git a/files/ja/web/css/css_transforms/index.html b/files/ja/web/css/css_transforms/index.html deleted file mode 100644 index 55de83ba04..0000000000 --- a/files/ja/web/css/css_transforms/index.html +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: CSS 変形 -slug: Web/CSS/CSS_Transforms -tags: - - CSS - - CSS Transforms - - Guide - - Overview - - Reference -translation_of: Web/CSS/CSS_Transforms ---- -
{{CSSRef}}
- -

CSS 変形 (CSS Transforms) は CSS のモジュールの一つで、 CSS でスタイル付けされた要素をどのように二次元または三次元空間に変形できるかを定義します。

- -

リファレンス

- -

プロパティ

- -
- -
- -

データ型

- -
- -
- -

ガイド

- -
-
CSS 変形の利用
-
CSS でスタイル付けされた要素をどのように変形するかについての手順を追ったチュートリアルです。
-
- -

仕様書

- - - - - - - - - - - - - - - - - - - - - -
仕様書状態備考
{{ SpecName('CSS Transforms 2') }}{{ Spec2('CSS Transforms 2') }}独立した変形を追加。
{{ SpecName('CSS3 Transforms') }}{{ Spec2('CSS3 Transforms') }}初回定義
diff --git a/files/ja/web/css/css_transforms/index.md b/files/ja/web/css/css_transforms/index.md new file mode 100644 index 0000000000..55de83ba04 --- /dev/null +++ b/files/ja/web/css/css_transforms/index.md @@ -0,0 +1,72 @@ +--- +title: CSS 変形 +slug: Web/CSS/CSS_Transforms +tags: + - CSS + - CSS Transforms + - Guide + - Overview + - Reference +translation_of: Web/CSS/CSS_Transforms +--- +
{{CSSRef}}
+ +

CSS 変形 (CSS Transforms) は CSS のモジュールの一つで、 CSS でスタイル付けされた要素をどのように二次元または三次元空間に変形できるかを定義します。

+ +

リファレンス

+ +

プロパティ

+ +
+ +
+ +

データ型

+ +
+ +
+ +

ガイド

+ +
+
CSS 変形の利用
+
CSS でスタイル付けされた要素をどのように変形するかについての手順を追ったチュートリアルです。
+
+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{ SpecName('CSS Transforms 2') }}{{ Spec2('CSS Transforms 2') }}独立した変形を追加。
{{ SpecName('CSS3 Transforms') }}{{ Spec2('CSS3 Transforms') }}初回定義
-- cgit v1.2.3-54-g00ecf