1 مستودع
Interpolates numeric properties of JavaScript objects over time.
Distinct from Animation Interpolators: Focuses on the generic interpolation of object keys rather than specific CSS style properties.
Explore 1 awesome GitHub repository matching user interface & experience · Object Property Interpolators. Refine with filters or upvote what's useful.
tween.js is a JavaScript animation engine and numeric interpolation library. It is designed to calculate intermediate values between a start and end state over time, using easing functions to create smooth transitions for numeric values and object properties. The project functions as both an animation sequence manager and an easing library, allowing for the coordination of concurrent animation groups and the chaining of multiple transitions. It provides tools for managing the rate of change through acceleration and deceleration functions. The library covers a broad range of motion capabiliti
Calculates intermediate values for numeric object properties between starting and ending states.