Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mattdesl/tween-chain

Account's avatar
isaacs/inherits
Browser-friendly inheritance fully compatible with standard node.js inherits()
Account's avatar
mattdesl/tween-base
a basic tween object for others to build on
Account's avatar
mattdesl/tween-ticker
a generic tween ticker engine
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
mattdesl/tween-array
tweens an array from start to finish

Support the repos that depend on this repository

Top contributors

mattdesl's profile
mattdesl
7 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mattdesl

mattdesl/tween-chain

a tween timeline or chain

JavaScript
11
0
MIT License

`tween-chain` is a lightweight Node.js library that lets developers compose multiple tweens into a single timeline‑like chain. Using `chain()` for parallel tweens and `then()` for sequential ones, it builds complex animation sequences that can be started, listened to, or cancelled as a whole, and works with the companion `tweenr` scheduler. It’s aimed at JavaScript developers who need fine‑grained, programmatic control over object property animations.