UNPKG
@wizdm/animate
Version:
latest (3.1.0)
3.1.0
2.0.1
1.1.0
1.0.1
On Scroll Animation for Angular
wizdm.io/docs/animate
wizdmio/wizdm
@wizdm/animate
/
lib
/
animate.module.d.ts
6 lines
(5 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ModuleWithProviders
}
from
'@angular/core'
;
import
{
AnimateConfig
}
from
'./animate.config'
;
export
declare
class
AnimateModule
{
static
init
(
config
:
AnimateConfig
):
ModuleWithProviders
<
AnimateModule
>; }