Skip to content

lucyTheSlayer/FFAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFAnimation

uilabel string animation in swift 4.0

FFStringAppear1by1Animation FFStringAppear1by1Animation

FFStringBackToOrderAnimation FFStringBackToOrderAnimation

FFStringFlyAnimation FFStringFlyAnimation

使用方法:

将子文件夹ffanimation(或uilabel+ffanimation.swift,ffanimation_basic.swift两个文件)拖入工程即可。

example:

let animation = FFStringAppear1by1Animation()
animation.appearDuration = 0.1
label.ff_startAnimation(animation)

其他:

参照了ZZStringAnimation,主要是将UILabel中的text拆分为一个个以单字为单位的小UILabel,接下来,基本上任何效果都可以完成了。

About

uilabel string animation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages