diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-17 22:17:49 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-25 23:29:36 +0900 |
commit | 490c6e5d55aaec161f3218c962f6d4ded162aaf0 (patch) | |
tree | dd0f89ee5c92b1512f74c4c4b210869fc0d8cb7c /files/ja/web/css/cross-fade()/index.md | |
parent | c1ebda663f5e7c64d8bee25e38d3c5819a6d3bba (diff) | |
download | translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.gz translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.bz2 translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.zip |
ヘッダーの翻訳忘れを修正
Diffstat (limited to 'files/ja/web/css/cross-fade()/index.md')
-rw-r--r-- | files/ja/web/css/cross-fade()/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/css/cross-fade()/index.md b/files/ja/web/css/cross-fade()/index.md index 86e21e9c97..b654ae148f 100644 --- a/files/ja/web/css/cross-fade()/index.md +++ b/files/ja/web/css/cross-fade()/index.md @@ -123,19 +123,19 @@ cross-fade(url(white.png), url(black.png), 100%); /* 完全に白 */ } ``` -#### Result +#### 結果 {{EmbedLiveSample("Older_syntax_for_cross-fade", "330", "330")}} -## Specifications +## 仕様書 {{Specifications}} -## Browser compatibility +## ブラウザーの互換性 {{Compat}} -## See also +## 関連情報 - {{cssxref("image")}} - {{cssxref("url()")}} |