點讚動畫 飄心

2021-10-11 19:55:14 字數 1143 閱讀 4710

/**

* 飄心效果自定義view

* 1.建立imageview

* 2.imageview執行組合動畫

* 3.動畫執行完成後銷毀view

* * 動畫+隨機數

* 位移+縮放+透明度+旋轉

*/public

class

flyheartview

extends

relativelayout

;public

flyheartview

(context context)

public

flyheartview

(context context, attributeset attrs)

private

void

initframelayout()

/** * 建立心形的檢視

*/private imageview createheartview()

/** * 執行動畫

*/public

void

startfly()

});}

/** * 橫向正弦位移動畫

** @return 屬性動畫

*/private animator createtranslationx

(view view)

/** * 橫向正弦位移動畫

** @return 屬性動畫

*/private animator createtranslationy

(view view)

/** * 加速放大動畫

** @return 屬性動畫

*/private animator createscale

(view view)

/** * 透明動畫

** @return 屬性動畫

*/private animator createalpha

(view view)

/** * 旋轉動畫

** @return 屬性動畫

*/private animator createrotation

(view view)

}

ios 直播間點讚動畫

直播間點讚動畫 pragma mark 點讚動畫 void praiseanimation self view addsubview imageview 隨機產生乙個動畫結束點的x值 cgfloat finishx frame.size.width round random 200 動畫結束點的y值...

CSS 中使用動畫效果實現點讚特效

效果圖 當沒有點讚的時候,頁面上只有的圖示是黑色的 點讚之後,出現乙個緩緩上公升的紅心贊,之後頁面上的贊變為取消,圖示變為紅色 緩緩上公升的紅心讚會左右搖擺 頁面的邏輯處理使用 vue 完成 html class clicklike box click clicklike src src alt c...

點讚系統設計

中秋佳節,閒來無事,寫了乙個文章點讚服務,在此記錄一下 在閱讀文章時,覺得好的文章都會點贊,表示對作者的鼓勵支援,也可能最後取消點讚,有時會反覆操作。資料結構設計 點讚結構 type like structdata字段傳入其他額外資訊,客戶端自己解析出來即可,這樣該服務就可以在其他地方使用時,不需要...