feat: add navigation transitions with fade animations for improved user experience

This commit is contained in:
2025-11-11 20:44:34 +01:00
parent 29540cad8f
commit ab014206fd
2 changed files with 30 additions and 3 deletions
+2
View File
@@ -65,6 +65,8 @@ dependencies {
implementation 'androidx.compose.material3:material3:1.1.2'
implementation 'androidx.compose.material:material-icons-extended'
implementation 'androidx.navigation:navigation-compose:2.7.5'
// Animation (for navigation transitions)
implementation 'androidx.compose.animation:animation'
// ViewModel
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2'