UNPKG
@ar-dacity/ardacity-scroll-reveal
Version:
latest (1.0.1)
1.0.1
1.0.0
Scroll reveal animations with blur and opacity effects for React applications
@ar-dacity/ardacity-scroll-reveal
/
dist
/
index.js
5 lines
(4 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
// This is just a type definition, the actual component
// will be copied to the user's project during installation
export
var
ScrollReveal
=
function
(
) {
return
null
; };
export
default
ScrollReveal
;