Socket
Socket
Sign inDemoInstall

easing-animation-frames

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "easing-animation-frames",
"version": "0.0.6",
"version": "0.0.7",
"description": "Lightweight library for creating animation",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -27,3 +27,3 @@ # Easing Animation Frames

easingType: "quadInOut", // Easing function name
duration: 3, // Animation duration in milliseconds
duration: 3000, // Animation duration in milliseconds
template: updateBarWidth, // Callback function to run for every frame, which receives progress from 0 to 1

@@ -30,0 +30,0 @@ complete: animationComplete, // Callback funciton to run on completion

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc