Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the duration, in milliseconds, of the window background fade
when transitioning into or away from an Activity when called with an Activity Transition.
When executing the enter transition, the background starts transparent and fades in. This requires Window.FEATURE_ACTIVITY_TRANSITIONS. The default is 300 milliseconds.
Set method documentation [Android Documentation]
Sets the duration, in milliseconds, of the window background fade
when transitioning into or away from an Activity when called with an Activity Transition.
When executing the enter transition, the background starts transparent and fades in. This requires Window.FEATURE_ACTIVITY_TRANSITIONS. The default is 300 milliseconds.