swift 商品加入購物車動畫

2021-07-08 21:11:39 字數 869 閱讀 7796

// mark: - 商品拋入購物車的動畫效果 

extension qhgoodlistviewcontroller

// 組動畫

groupanimation()

}// 組動畫 幀動畫拋入購物車 並放大、縮小圖層增加點動效

private func groupanimation()

// 動畫結束後做一些操作

override func animationdidstop(anim: caanimation, finished flag: bool)

// 商品數量漸出

let goodcountanimation = catransition()

goodcountanimation.duration = 0.25

addcountlabel.text = "\(self.addgoodarray.count)"

addcountlabel.layer.addanimation(goodcountanimation, forkey: nil)

//購物車顫抖

let cartanimation = cabasicanimation(keypath: "transform.translation.y")

cartanimation.duration = 0.25

cartanimation.fromvalue = -5

cartanimation.tovalue = 5

cartanimation.autoreverses = true

cartbutton.layer.addanimation(cartanimation, forkey: nil)}}

}

支付寶小程式商品加入購物車動畫

思路 乙個盒子做勻速運動,盒子裡的小球做變速運動 js page width 0,購物車寬 show false flag false,onload onready add e let that this let tran e.detail.clientx,e.detail.clienty this...

購物車動畫

金幣終點的x位置 cgfloat positionx 290.0f 終點x 金幣終點的y位置 cgfloat positiony 500.0f 終點y cgmutablepathref path cgpathcreatemutable 金幣的起始x位置 int fromx 20 arc4random...

商品新增購物車實現動畫效果

在應用商場的時候,發現 和京東在往購物車新增商品時,會有商品縮圖跑到購物車的效果,特此做了個小demo,便於學習和應用 在controller的.h檔案中 inte ce viewcontroller property nonatomic,strong uibezierpath path end i...