Android共享元素動(dòng)畫效果(非官方實(shí)現(xiàn))

仿照Appstore 效果寫的 主要涉及到圓角到直角的變化碳却。

先看效果
視頻Demo

1532329987813_video.gif

實(shí)現(xiàn)步驟

1.將詳情頁設(shè)為透明的

這個(gè)相信大家都知道 在主題里設(shè)置 android:windowIsTranslucent
下面是我的設(shè)置還需要將動(dòng)畫關(guān)閉

    <item name="android:windowBackground">@color/transparent</item>
    <item name="android:windowAnimationStyle">@null</item>
    <item name="android:windowIsTranslucent">true</item>

2.使用CSLayout

首先是item
<com.eericxu.cslibrary.CSLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="350dp"

    app:cs_clip="10dp"
    app:cs_corner="10dp"
    app:cs_shadow_color="#440000ff"
    app:cs_shadow_size="10dp">

    <ImageView
        android:id="@+id/iv_cover"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scaleType="centerCrop"
        android:src="@mipmap/img_4" />

    <TextView
        android:id="@+id/tv_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_margin="30dp"
        android:text="CSLayout 共享動(dòng)畫"
        android:textColor="@color/colorWhite"
        android:textSize="20sp"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintBottom_toBottomOf="parent" />
</com.eericxu.cslibrary.CSLayout>
其次是詳情頁
<com.eericxu.cslibrary.CSLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/csLayout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/colorWhite">

    <android.support.v4.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        <android.support.constraint.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <TextView
                android:id="@+id/tv_content"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:lineSpacingExtra="3sp"
                android:padding="20dp"
                android:text=""
                android:textColor="@color/colorBlack"
                app:layout_constraintLeft_toLeftOf="parent"
                app:layout_constraintRight_toRightOf="parent"
                app:layout_constraintTop_toBottomOf="@+id/iv_cover" />

            <ImageView
                android:id="@+id/iv_cover"
                android:layout_width="0dp"
                android:layout_height="240dp"
                android:scaleType="centerCrop"
                app:layout_optimizationLevel="barrier"
                android:src="@mipmap/img_2"
                app:layout_constraintLeft_toLeftOf="parent"
                app:layout_constraintRight_toRightOf="parent"
                app:layout_constraintTop_toTopOf="parent" />

            <TextView
                android:id="@+id/tv_title"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="10dp"
                android:layout_marginTop="30dp"
                android:text="CSLayout 共享動(dòng)畫"
                android:textColor="@color/colorWhite"
                android:textSize="26sp"
                app:layout_constraintLeft_toLeftOf="parent"
                app:layout_constraintTop_toTopOf="parent" />


        </android.support.constraint.ConstraintLayout>

    </android.support.v4.widget.NestedScrollView>

</com.eericxu.cslibrary.CSLayout>

3.啟動(dòng)詳情頁時(shí)傳入?yún)?shù)

        clickView = csLayout
        val intent = Intent(ctx, CSAty::class.java).putExtra("img", res)
        ctx.startActivity(createIntentDef(intent, csLayout,
                "imgView" to ivCover as View,
                "tvTit" to tvTit as View
        ))

4.詳情頁執(zhí)行動(dòng)畫

var anim: Animator? = null
//父類中重寫onWindowFocusChanged 當(dāng)window第一次獲取焦點(diǎn)時(shí)執(zhí)行
override fun onFirstFocus() {
    val animator = createAnimator(true, intent, "imgView", iv_cover)
    (animator as ValueAnimator).addUpdateListener {
        tv_content.translationY = iv_cover.translationY * 0.6f
        tv_content.translationX = iv_cover.translationX
    }

    anim = startShareAnim(
            csLayout,
            createAnimator(true, intent, "tvTit", tv_title),
            animator
    )
}


override fun finish() {
    if (anim != null && anim?.isRunning == true)
        return
    val animator = createAnimator(false, intent, "imgView", iv_cover)
    (animator as ValueAnimator).addUpdateListener {
        tv_content.translationY = iv_cover.translationY * 0.6f
        tv_content.translationX = iv_cover.translationX
    }
    finishShareAnim(
            csLayout,
            createAnimator(false, intent, "tvTit", tv_title),
            animator,
            onAnimEnd = {
                superFinish()
            })
}

private fun superFinish() {
    super.finish()
    overridePendingTransition(0, R.anim.exit_fade)
}

項(xiàng)目Demo地址 Coding
項(xiàng)目Demo地址 Github

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末银受,一起剝皮案震驚了整個(gè)濱河市肉迫,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌卵渴,老刑警劉巖权薯,帶你破解...
    沈念sama閱讀 207,113評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場(chǎng)離奇詭異棠涮,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)蟆湖,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,644評(píng)論 2 381
  • 文/潘曉璐 我一進(jìn)店門故爵,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人隅津,你說我怎么就攤上這事【⑹遥” “怎么了伦仍?”我有些...
    開封第一講書人閱讀 153,340評(píng)論 0 344
  • 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)很洋。 經(jīng)常有香客問我充蓝,道長(zhǎng),這世上最難降的妖魔是什么喉磁? 我笑而不...
    開封第一講書人閱讀 55,449評(píng)論 1 279
  • 正文 為了忘掉前任谓苟,我火速辦了婚禮,結(jié)果婚禮上协怒,老公的妹妹穿的比我還像新娘涝焙。我一直安慰自己,他們只是感情好孕暇,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,445評(píng)論 5 374
  • 文/花漫 我一把揭開白布仑撞。 她就那樣靜靜地躺著赤兴,像睡著了一般。 火紅的嫁衣襯著肌膚如雪隧哮。 梳的紋絲不亂的頭發(fā)上桶良,一...
    開封第一講書人閱讀 49,166評(píng)論 1 284
  • 那天,我揣著相機(jī)與錄音沮翔,去河邊找鬼陨帆。 笑死,一個(gè)胖子當(dāng)著我的面吹牛采蚀,可吹牛的內(nèi)容都是我干的歧譬。 我是一名探鬼主播,決...
    沈念sama閱讀 38,442評(píng)論 3 401
  • 文/蒼蘭香墨 我猛地睜開眼搏存,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼瑰步!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起璧眠,我...
    開封第一講書人閱讀 37,105評(píng)論 0 261
  • 序言:老撾萬榮一對(duì)情侶失蹤缩焦,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后责静,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體袁滥,經(jīng)...
    沈念sama閱讀 43,601評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,066評(píng)論 2 325
  • 正文 我和宋清朗相戀三年灾螃,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了题翻。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,161評(píng)論 1 334
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡腰鬼,死狀恐怖嵌赠,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情熄赡,我是刑警寧澤姜挺,帶...
    沈念sama閱讀 33,792評(píng)論 4 323
  • 正文 年R本政府宣布,位于F島的核電站彼硫,受9級(jí)特大地震影響炊豪,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜拧篮,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,351評(píng)論 3 307
  • 文/蒙蒙 一词渤、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧串绩,春花似錦缺虐、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,352評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽沿盅。三九已至,卻和暖如春纫溃,著一層夾襖步出監(jiān)牢的瞬間腰涧,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,584評(píng)論 1 261
  • 我被黑心中介騙來泰國(guó)打工紊浩, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留窖铡,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 45,618評(píng)論 2 355
  • 正文 我出身青樓坊谁,卻偏偏與公主長(zhǎng)得像费彼,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子口芍,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,916評(píng)論 2 344

推薦閱讀更多精彩內(nèi)容