diff options
Diffstat (limited to 'files/ko/web/css/@keyframes/index.html')
-rw-r--r-- | files/ko/web/css/@keyframes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/css/@keyframes/index.html b/files/ko/web/css/@keyframes/index.html index af45fe8acc..a629e73a47 100644 --- a/files/ko/web/css/@keyframes/index.html +++ b/files/ko/web/css/@keyframes/index.html @@ -72,7 +72,7 @@ translation_of: Web/CSS/@keyframes <p>이 예제를 보면 <code>50%</code> 키프레임에서 <code>top: 10px 이고 다른 값들은 모두 무시됩니다.</code></p> -<p>{{ non-standard_inline }} {{ fx_minversion_inline("14") }} 키 프레임 효과 연속은 파이어폭스 14부터 지원됩니다. 이 의미는 위 예제의 경우 50% 키 프레임에서 왼쪽 : 20px 값이 고려된다는 의미입니다. 이러한 기능이 스펙에는 아직 정의가 되어있진 않지만, 현재 도입에 대한 토론이 진행 중입니다.</p> +<p>{{ non-standard_inline }} 키 프레임 효과 연속은 파이어폭스 14부터 지원됩니다. 이 의미는 위 예제의 경우 50% 키 프레임에서 왼쪽 : 20px 값이 고려된다는 의미입니다. 이러한 기능이 스펙에는 아직 정의가 되어있진 않지만, 현재 도입에 대한 토론이 진행 중입니다.</p> <h3 id="키프레임에서_!important">키프레임에서 !important</h3> |