Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

intertween

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intertween

The lightweight, fastest, smartest, effecient value interpolator with no-dependecy, zero-configuration and relative interpolation

  • 0.0.25
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

InterTween

A value interpolator between to any value with relative support

Minified&Gzipped ~2Kb, but it does almost anything related to interpolate values

size gzipsize CDNJS jsdelivr unpkg npmcdn NPM Version NPM Downloads
NPM

CDN

# unpkg
https://unpkg.com/intertween

# npmcdn
https://npmcdn.com/intertween

# jsDelivr
https://cdn.jsdelivr.net/npm/intertween

Installing

$ npm install intertween
# or
$ yarn add intertween

Usage

var InterTween = require('intertween');
var value = InterTween(AnyValue1, AnyValue2);

loop_frame(function (elapsed) {
	// elapsed should be between 0...1
	value(elapsed) // InterpolatingValue
});

Keywords

FAQs

Package last updated on 18 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc