Tag

Animator

0 views collected around this technical thread.

ByteFE
ByteFE
Apr 7, 2021 · Frontend Development

Promise‑Based JavaScript Animation Library: Design and Implementation

This article introduces a Promise‑based JavaScript animation library, explains how to create sequential animations using async/await, provides polyfills for requestAnimationFrame and es6‑promise, details the Animator class implementation, and demonstrates usage with code examples and easing extensions.

AnimatorFrontendJavaScript
0 likes · 11 min read
Promise‑Based JavaScript Animation Library: Design and Implementation