Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

Interpolation

Interpolation is a method for estimating new data points based on a set of known data points.

Interpolation calculates intermediate values in animations that change HTML properties such as height, width, etc.Color interpolation defines intermediate values of colors in color mixing, gradients, compositing, filters, transitions, animations, and color functions.

Interpolations aren't necessarily linear. Most interpolated values are real, floating-point numbers; however, when there is no mid-point between two values, such as values that accept only integers, theinterpolation is discrete. The progression of interpolation also depends oneasing functions in animations and color stops, andcolor andhue interpolation methods in gradients.

In JavaScript, the term "interpolation" is used as a description of the substitution of strings in the template literals.

See also

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp