UNPKG
@drozdik.m/lerp
Version:
latest (1.0.1)
1.0.1
1.0.0
Collection of lerp functions.
github.com/drozdik-m/js-alpha-library
drozdik-m/js-alpha-library
@drozdik.m/lerp
/
ILerpFunction.ts
6 lines
(4 loc)
•
126 B
text/typescript
View Raw
1
2
3
4
5
6
export
interface
ILerpFunction
{ (
from
:
number
,
to
:
number
,
currentFrame
:
number
,
totalFrames
:
number
):
number
}