diff --git a/CardParts/src/Classes/Card Parts/CardPartConfettiView.swift b/CardParts/src/Classes/Card Parts/CardPartConfettiView.swift index b17d9853..b8553cbc 100644 --- a/CardParts/src/Classes/Card Parts/CardPartConfettiView.swift +++ b/CardParts/src/Classes/Card Parts/CardPartConfettiView.swift @@ -55,6 +55,7 @@ public class CardPartConfettiView: UIView, CardPartView { emitter.emitterPosition = CGPoint(x: frame.size.width / 2.0, y: 0) emitter.emitterShape = shape emitter.emitterSize = CGSize(width: frame.size.width, height: 1) + emitter.beginTime = CACurrentMediaTime() //construct the cells var cells = [CAEmitterCell]()