tickedoff
Delayer
A library that defers the execution of code until a specified time or next available opportunity
Tiny library (<200B gzip) for deferring something by a "tick"
219 stars
6 watching
15 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
asyncdeferjavascriptnexttickpolyfillponyfillpromisesetimmediatesettimeoutsleepwait
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a promise that can be delayed to execute at a specific time or after another operation is completed. | 77 |
| A library that allows PHP developers to use the 'defer' statement from Golang in their code | 294 |
| A jQuery plugin for executing event handlers with delayed or throttled execution. | 152 |
| A tiny Promise wrapper around setTimeout | 193 |
| Allows delaying promises by a specified amount of time or a random range. | 609 |
| A plugin that mitigates the delay on click events in mobile browsers | 132 |
| A plugin to delay initial chart updates until the user scrolls and the canvas appears inside the viewport. | 110 |
| A JavaScript utility that enables asynchronous loading of scripts and code, allowing for faster page loading times by executing code only when necessary. | 69 |
| A JavaScript library that provides jQuery-style Deferreds as an Underscore mixin | 225 |
| A utility library that simplifies the use of timeouts and intervals in JavaScript applications. | 152 |
| A utility function that resolves a promise after a specified delay. | 86 |
| A tool to create customizable countdown webpages for events. | 40 |
| A JavaScript library to hide spoilers on websites by adding a blur effect to images and text when hovered over or clicked. | 475 |
| A custom Framer.js module that displays hotspots over clickable layers in prototypes to facilitate user testing and complex state management. | 27 |
| A JavaScript library for creating custom event handlers with customizable scopes and optional z-index ordering. | 319 |