Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-30 14:50:54 +08:00
parent 80fa0240e9
commit 8d94c0405f
115 changed files with 3150 additions and 1438 deletions

View File

@@ -20,7 +20,7 @@ class AppBarAni extends StatelessWidget {
return SlideTransition(
position:
Tween<Offset>(
begin: isTop ? const Offset(0, -1) : const Offset(0, 1.1),
begin: isTop ? const Offset(0, -1) : const Offset(0, 1.2),
end: Offset.zero,
).animate(
CurvedAnimation(