if the app was in DAY MODE (AppCompatDelegate.MODE_NIGHT_NO) it works perfect. But in NIGHT MODE (AppCompatDelegate.MODE_NIGHT_YES) the translation between rectangle to circle is not working.
While Entering: The circle is converted to rectangle immediately and then scaled during the enter animation.
While Exiting: The rectangle is converted to circle immediately and then scaled during the exit animation.
When I tried to make a custom transition with duration = 5000ms to see changes slower, the original transition was the one working.
if the app was in DAY MODE (AppCompatDelegate.MODE_NIGHT_NO) it works perfect. But in NIGHT MODE (AppCompatDelegate.MODE_NIGHT_YES) the translation between rectangle to circle is not working.
While Entering: The circle is converted to rectangle immediately and then scaled during the enter animation.
While Exiting: The rectangle is converted to circle immediately and then scaled during the exit animation.
When I tried to make a custom transition with duration = 5000ms to see changes slower, the original transition was the one working.