有 WPF 打字机效果吗?
WPF 中是否有与 Flash 打字机效果等效的东西?
Is there any equivalent to Flash's Typewriter effects in WPF?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
WPF 中是否有与 Flash 打字机效果等效的东西?
Is there any equivalent to Flash's Typewriter effects in WPF?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
好的,我成功了!
但是有没有办法让角色淡入呢?
OK I made it work!
But is there a way to have the characters fade in?
打字机效果是指逐个字母显示的字符串吗?
您可以使用 StringAnimationUsingKeyframes object,但是,您必须手动输入每个字符串值。
要自动创建此效果,您必须编写自己的动画对象,很可能是基于 StringAnimationBase 类。
By typewriter effects you mean the string being displayed letter by letter?
You can achieve similar effect with StringAnimationUsingKeyframes object, however, you would have to enter every string value manually.
To create this effect automatically, you would have to write your own animation object, most likely one based on StringAnimationBase class.