Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sandy-try
/
blog
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b72d7e
blog
/
components
/
AOSAnimation.js
sandy-try
Upload 699 files
1b72d7e
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
214 Bytes
import
AOS
from
'aos'
import
{ isBrowser }
from
'react-notion-x'
/**
* 加载滚动动画
* https://michalsnik.github.io/aos/
*/
export
default
function
AOSAnimation
(
) {
if
(isBrowser) {
AOS
.
init
()
}
}