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

timeline-events

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeline-events - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

6

package.json
{
"name": "timeline-events",
"version": "1.2.4",
"version": "1.2.5",
"description": "",

@@ -22,3 +22,5 @@ "main": "dist/index.umd.js",

"typescript",
"timer"
"timer",
"schedule",
"intervals"
],

@@ -25,0 +27,0 @@ "author": "Jurian Koning",

# Timeline events
A package for firing events at custom points on a virtual timeline.
A package for firing events at custom intervals on a virtual timeline.

@@ -64,7 +64,7 @@ ### [Demo](https://codepen.io/djurdjen/pen/bGNBmrQ)

| `.play(<customProgress:number>)` | Plays timeline. Start from 0 everytime when clicked<br>You can add custom progress number (in seconds) as an argument. This will skip the entries that have passed the progress |
| `.stop(function({args}))` | Stops timeline |
| `.pause(function({args}))` | Pauses timeline |
| `.stop(<function({args})>)` | Stops timeline |
| `.pause(<function({args})>)` | Pauses timeline |
| `.continue()` | Continues timeline when in a paused state |
| `.finished()` | Callback for when timeline has finished |
| `.onUpdate(function({args}))` | Callback for every interval (every 0.01s) |
| `.onUpdate(<function({args})>)` | Callback for every interval (every 0.01s) |

@@ -71,0 +71,0 @@ <br>

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