UNPKG
@foblex/flow-animator
Version:
latest (16.1.0)
16.1.0
16.0.5
16.0.1
Animation library for @foblex/flow.
github.com/foblex/f-flow-animator
foblex/f-flow-animator
@foblex/flow-animator
/
lib
/
i-f-animation-result.d.ts
5 lines
(4 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
5
export
interface
IFAnimationResult
{
completeRowIndex
?:
number
;
completeAll
?:
boolean
; }