Skip to content

Commit

Permalink
设置默认动画
Browse files Browse the repository at this point in the history
  • Loading branch information
weikaiyun committed Sep 17, 2020
1 parent 488b2d2 commit 63c80e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DemoApplication: Application() {
Fragmentation.builder() // 设置 栈视图 模式为 (默认)悬浮球模式 SHAKE: 摇一摇唤出 NONE:隐藏, 仅在Debug环境生效
.stackViewMode(Fragmentation.BUBBLE)
.debug(true) // 实际场景建议.debug(BuildConfig.DEBUG)
.animation(R.anim.v_fragment_enter, R.anim.v_fragment_pop_exit, R.anim.v_fragment_pop_enter, R.anim.h_fragment_exit)
.animation(R.anim.v_fragment_enter, R.anim.v_fragment_pop_exit, R.anim.v_fragment_pop_enter, R.anim.v_fragment_exit)
.install()
}

Expand Down

0 comments on commit 63c80e6

Please sign in to comment.