开发者

Animating text disappearance - like cleaning blackboard

开发者 https://www.devze.com 2023-01-21 14:38 出处:网络
How can I animate UILabel t开发者_如何学Pythono disappear like the text would be cleaned from blackboard? The animation is like hiding pieces of text rectangle with couple shape animations. Is it poss

How can I animate UILabel t开发者_如何学Pythono disappear like the text would be cleaned from blackboard? The animation is like hiding pieces of text rectangle with couple shape animations. Is it possible with Core Animation? I don't really want OpenGL.


You can rotate the mask property of your UILabel's layer between different states of your prerendered "clear" animation.

0

精彩评论

暂无评论...
验证码 换一张
取 消