New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

interpol-js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interpol-js

A micro tween library built on requestAnimationFrame

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

#Interpol

##A lightweight tweening library for the interpolation of values over time

Author: Joe Harlow (joe@f5.io)


Interpol is a JavaScript tweening library built on top of requestAnimationFrame. Interpol is purely used for the interpolation of values over time and should be used with higher-level libraries to facilitate the animation of elements.

###Browser Support

Interpol is built on requestAnimationFrame but will fall back to a simple setTimeout method for unsupported browsers. It will therefore work in most browsers.

  • Microsoft Internet Explorer 8+
  • Mozilla Firefox 3.6+
  • Google Chrome 5.0+
  • Apple Safari 5.0+
  • Opera 10.6+

###Installation

Interpol can be installed with either npm or bower, by running:

npm install interpol or bower install interpol respectively.

Keywords

FAQs

Package last updated on 15 Jun 2015

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