Android Material design transitions

前端 未结 4 1386
故里飘歌
故里飘歌 2021-01-30 13:59

I want to replicate the transitions as explained in Material design by Google. This is the link for the preview, but basically the videos I care about are those two:

    <
4条回答
  •  北海茫月
    2021-01-30 14:43

    Maybe too late but I have found support library contains ActivityOptionsCompat: https://developer.android.com/reference/android/support/v4/app/package-summary.html
    It contains activity animations like scale up animations. Hope this helps.

提交回复
热议问题