Skip to content

Commit

Permalink
[ko] add index.md for web/glossary/interpolation (#16096)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG authored Sep 26, 2023
1 parent 418258c commit 85e55ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/ko/glossary/interpolation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 보간법 (Interpolation)
slug: Glossary/Interpolation
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

보간법 (Interpolation)은 알려진 값을 기반으로 값을 계산하는 프로세스입니다. 보간법은 애니메이션 프로세스 중에 높이, 너비 등과 같은 속성의 중간 값을 얻는 데 사용됩니다. 그라데이션에서는, 제공된 색상 목록을 기반으로 색상의 중간 값을 정의하는 데 보간법이 사용됩니다. 또한, "보간"이라는 용어는 템플릿 리터럴의 문자열 대체에 대한 설명으로 사용됩니다.

## 같이 보기

- 위키백과의 [보간법](https://en.wikipedia.org/wiki/Interpolation)
- 위키백과의 [문자열 보간법](https://en.wikipedia.org/wiki/String_interpolation)

0 comments on commit 85e55ff

Please sign in to comment.