Interpolation Glossary

Browse 2 interpolation terms defined in plain English, from the cultural dictionary of computing.

2 Interpolation Terms

Tween
Short for 'in-between' — the process of generating intermediate frames between two keyframes to create smooth animation. In game dev and UI, tweening...
Variable Expansion
The shell mechanism that replaces a variable reference ($VAR or ${VAR}) with its value before executing a command. Supports default values (${VAR:-default}),...

Related Topics