lexrus / LTMorphingLabel

[EXPERIMENTAL] Graceful morphing effects for UILabel written in Swift.
MIT License
8.09k stars 780 forks source link

Fix changing text without animation (allow enable/disable) #114

Closed Fabi755 closed 6 years ago

Fabi755 commented 6 years ago

Changing attribute morphingEnabled while a animation cause stopping them on half a way. See example: #60.

The changes will use the enabled state of text change to running out current animation.