UNPKG
hexo-theme-cupertino
Version:
beta (2.0.0-beta.0)
latest (2.4.4)
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
2.0.0-beta.11
2.0.0-beta.10
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
The Hexo Blog Theme Cupertino.
cupertino.mrwillcom.com
MrWillCom/hexo-theme-cupertino
hexo-theme-cupertino
/
source
/
js
/
smooth-scroll.js
11 lines
(8 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
;(
() =>
{
const
lenis =
new
Lenis
()
function
raf
(
time
) { lenis.
raf
(time)
requestAnimationFrame
(raf) }
requestAnimationFrame
(raf) })()