lexrus / LTMorphingLabel

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

[info needed] how to apply other animations? #46

Closed muhasturk closed 8 years ago

muhasturk commented 8 years ago

I would like to learn how to apply other animations rather than default?

lexrus commented 8 years ago

There is a property:

public var morphingEffect: LTMorphingEffect = .Scale

Its values and GIFs are listed in the README.

Please check out the demo project.