Make transition animations faster

This commit is contained in:
0xd9a 2025-07-23 21:42:28 +05:30
parent 96cb774044
commit 7876f643c1
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="?attr/motionDurationLong1">
android:duration="@android:integer/config_shortAnimTime">
<alpha
android:fromAlpha="0.0"
android:toAlpha="1.0" />

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="?attr/motionDurationLong1">
android:duration="@android:integer/config_shortAnimTime">
<alpha
android:fromAlpha="1.0"
android:toAlpha="0.0" />

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="?attr/motionDurationLong1">
android:duration="@android:integer/config_shortAnimTime">
<alpha
android:fromAlpha="0.0"
android:toAlpha="1.0" />

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="?attr/motionDurationLong1">
android:duration="@android:integer/config_shortAnimTime">
<alpha
android:fromAlpha="1.0"
android:toAlpha="0.0" />