AnimationUtils.MakeOutAnimation(Context, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使对象的动画变得不可见。
[Android.Runtime.Register("makeOutAnimation", "(Landroid/content/Context;Z)Landroid/view/animation/Animation;", "")]
public static Android.Views.Animations.Animation? MakeOutAnimation (Android.Content.Context? c, bool toRight);
[<Android.Runtime.Register("makeOutAnimation", "(Landroid/content/Context;Z)Landroid/view/animation/Animation;", "")>]
static member MakeOutAnimation : Android.Content.Context * bool -> Android.Views.Animations.Animation
参数
- c
- Context
用于加载资源的上下文
- toRight
- Boolean
是要向右退出动画的对象
返回
新动画
- 属性
注解
使对象的动画变得不可见。 使用幻灯片和淡化效果。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。