mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 01:56:47 +08:00
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user