Vite + Vue3
这个是用 CSS transition 实现的排行榜过渡动画,可以参考思路,不保证兼容性
这个是基于数据驱动的思路:
- 直接修改数组元素顺序
- dom 更新前,获取 top
- dom 更新后,计算旧 top 和新 top 差作为 y 位移值
- 下一帧,设置 y 位移值为 0,执行过渡动画
未来将添加使用 <TransitionGroup>
的 Demo
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint