UNPKG

@visactor/vrender-animate

Version:

This module provides a graph-based animation system for VRender.

4 lines 128 B
export function interpolateNumber(from, to, ratio) { return from + (to - from) * ratio; } //# sourceMappingURL=number.js.map