From fdf7615bcc69d4f4570dd5949f70d4af5bb1a27f Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Sat, 4 Dec 2021 00:22:54 +0900 Subject: Fix typo --- files/ja/web/css/css_transitions/using_css_transitions/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/css/css_transitions/using_css_transitions/index.html b/files/ja/web/css/css_transitions/using_css_transitions/index.html index aaeebd27ee..a952d761ac 100644 --- a/files/ja/web/css/css_transitions/using_css_transitions/index.html +++ b/files/ja/web/css/css_transitions/using_css_transitions/index.html @@ -919,7 +919,7 @@ var intervalID = window.setInterval(updateTransition, 7000); } -

以下ののようであるかのように扱われます。

+

以下のようであるかのように扱われます。

div {
   transition-property: opacity, left, top, height;
-- 
cgit v1.2.3-54-g00ecf