UNPKG

valaxy-theme-sakura

Version:

<h1 align="center">valaxy-theme-sakura</h1> <pre align="center"> 一个简单、个性化、可爱的动漫风格博客主题 ❥(ゝω・✿ฺ) </pre>

16 lines (11 loc) 290 B
import Lenis from 'lenis' import { ref } from 'vue' export const lenisRef = ref<Lenis>() function raf(time: any) { lenisRef.value!.raf(time) requestAnimationFrame(raf) } export async function initLenis() { lenisRef.value = new Lenis({ lerp: 0.04 }) requestAnimationFrame(raf) }