packages/site/docs/popcorn/index.md
Popcorn is the Lodash of animation.
It contains utility functions to help animation and UI developers manipulate values over time and space.
interpolate function can map a range of numbers onto another range of numbers, colors and complex strings.Popcorn is currently available as @popmotion/popcorn on npm.
npm install @popmotion/popcorn
yarn add @popmotion/popcorn
Download or link to the latest version of Popcorn. All functions will be available on the popcorn global variable (e.g. popcorn.velocityPerSecond).