Tagged Questions
0
votes
2answers
348 views
how to implement flashing effect for UIButtons as like iPhone music player play button effect? [closed]
i need to implement flashing effect for my UIButton when button click action as like iPhone default music player play/pause button effects?
what is the best method, UIViewAnimation?
help me with some ...
0
votes
2answers
2k views
How to make button blinking infinite, but with possibility to stop at anytime
I need to make button to start blinking after some other elemment trigered it, for example checking the checkbox - see the code below:
<label>I agree with the terms</label>
<input ...