Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vamshi Krishna authored and Vamshi Krishna committed Feb 18, 2018
1 parent 1a26862 commit 5d4db8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UberAnimation/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ViewController: UIViewController {

@IBAction func promoClicked(_ sender: Any) {
let imageNamesArray = ["star1", "star2"]
VKEmitter().emitParticles(superView: view, imageNamesArray: imageNamesArray, stopAfterSeconds: 20.0, type: 1)
VKEmitter().emitParticles(superView: view, imageNamesArray: imageNamesArray, stopAfterSeconds: 2.0, type: 1)
}

}
Expand Down

0 comments on commit 5d4db8a

Please sign in to comment.