UNPKG

@drozdik.m/animation

Version:

Object for handling computed animations using lerp functions.

9 lines (8 loc) 189 B
export declare class AnimationArgs { private value; constructor(value: number); /** * Returns currently calculated animation value * */ Value(): number; }