UNPKG

time-titan

Version:

Time manipulation library: Control and modify time effortlessly for testing, animations, or creative projects.

4 lines (3 loc) 107 B
export default function loop(instance, start, end, speed) { instance.loop(start, end, speed); }