We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323aa2c commit 52fc7afCopy full SHA for 52fc7af
1 file changed
Pod/Classes/SVGPlayButton.swift
@@ -224,12 +224,14 @@ private let kInnerRadiusScaleFactor = CGFloat(0.05)
224
playShapeLayer.hidden = true
225
pauseShapeLayerLeft.hidden = false
226
pauseShapeLayerRight.hidden = false
227
+ self.animate()
228
}
229
230
private func presentForPaused() {
231
playShapeLayer.hidden = false
232
pauseShapeLayerLeft.hidden = true
233
pauseShapeLayerRight.hidden = true
234
235
236
237
private func animate() {
0 commit comments