Android.App.FragmentTransaction.SetCustomAnimations Method
Set specific animation resources to run for the fragments that are entering and exiting in this transaction.

Syntax

[Android.Runtime.Register("setCustomAnimations", "(IIII)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIIIHandler")]
public abstract FragmentTransaction SetCustomAnimations (int enter, int exit, int popEnter, int popExit)

Parameters

enter
Documentation for this section has not yet been entered.
exit
Documentation for this section has not yet been entered.
popEnter
Documentation for this section has not yet been entered.
popExit
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Set specific animation resources to run for the fragments that are entering and exiting in this transaction. The popEnter and popExit animations will be played for enter/exit operations specifically when popping the back stack.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 13