弯曲时的平滑效果

发布于 2024-12-12 16:31:06 字数 88 浏览 0 评论 0原文

我在我的项目中使用了移动效果,但它没有像我预期的那样工作。从右向左移动标签时,不顺畅,运行时感觉生涩。我该如何解决这个问题,尤其是当我部署在电视屏幕上时。 谢谢,

I'm using move effect in my project but It didn't worked as I expect. When moving the Label from right to left, It's not smoothly and I feel jerky when running. How can I resolved it, especially when I deploy in TV screen.
thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

呆° 2024-12-19 16:31:06

抖动的感觉可能是由于您提到的电视屏幕上的每秒帧数(帧速率)刷新过低造成的。您可以尝试降低应用程序的frameRate属性以匹配电视的属性(我假设是每秒25或24帧?)。

http://algorizms.blogspot.com/2007/08/flex-framerate -attribute.html

您可能会尝试的另一件事是使移动效果具有更长的持续时间。

如果这些都没有帮助,那么您可能必须通过更改应用程序的每个(某些)框架(ENTER_FRAME)上的组件 x 和 y 来自行编写效果。

希望这有帮助,

布莱兹

The jerky feeling might be caused of a too low frames per second (frame rate) refresh on the TV screen you mentioned. You might try lowering the frameRate attribute of the application to match that of the TV (25 or 24 frames per second I assume?).

http://algorizms.blogspot.com/2007/08/flex-framerate-attribute.html

Another thing you might try is to make the move effect with a bigger duration.

If non of these thing help then you might have to write the effect on your own by changing your components x and y on every(some of) the frames of your application (ENTER_FRAME).

Hope this helps,

Blaze

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文