feat: 为划转页面切换按钮添加旋转动画

- 添加 180° 旋转动画效果
- 使用 CurvedAnimation 实现平滑过渡
- 动画时长 300ms,使用 easeInOut 曲线
- 提升用户体验,交互更流畅自然
This commit is contained in:
2026-03-30 11:41:37 +08:00
parent a3a2ae76fc
commit 9920a29261
84 changed files with 20138 additions and 20076 deletions

View File

@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "2388525436" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "3047163166" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});