next page transition:使next.js的页面转换更容易|让next.js的页面切换动画更简单 源码
下一页转换 使next.js的页面转换更容易|让next.js的页面切换动画更简单 快速浏览 用法使用方法 组件/wrapper.js import w from 'next-page-transition' import { zoomfade } from 'next-page-transition/dist/presets' export const wrapper = w(zoomfade()) pages / index.js import Link from 'next/link' import wrapper from '../components/wrapper' const Index = () => ( home page <Link href="/about">about</Link> ) export d
文件列表
next-page-transition-master.zip
(预估有个60文件)
next-page-transition-master
screenshot.gif
453KB
package.json
1KB
SECURITY.md
619B
package-lock.json
302KB
src
Steps.js
798B
presets
zoom.js
557B
index.js
275B
暂无评论