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
/
animate-node-overlay
/
animate-node-overlay-request.d.ts
6 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
AnimateNodeOverlayRequest
{
readonly
element
:
HTMLElement
;
readonly
duration
:
number
;
constructor
(
element
:
HTMLElement
,
duration
:
number
); }