RQShineLabel
RQShineLabel copied to clipboard
Repeat the animation
Hello i want repeat this animation while calling an API. But it's not happening. Please suggest, how to handle it
@SambitPrakash Can you maybe show some code snippets here?
@SambitPrakash You may either need to create new instances and queue them; or ensure you are fading out the text -> cleaning up the attributes -> setting the new text.
I have a similar implementation in Swift 3 with chainable text animations if it would help at all.
https://github.com/deadAlienRobotGhost/SecretLabel
I couldn't have done it without studying the hard work that @zipme and others have posted on Github!
So make sure to let everyone know what you come up with!