gpt4 book ai didi

安卓。动画表演

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:06:42 24 4
gpt4 key购买 nike

我正在使用翻转动画(在 ImageView 上),但动画效果不流畅(看起来像是性能问题)。图像是大小为 128x128 的 PNG 文件。

在这里我将发布我的动画代码:

<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
<scale
android:fromXScale="1.0"
android:toXScale="0.0"
android:fromYScale="1.0"
android:toYScale="1.0"
android:pivotX="50%"
android:pivotY="50%"
android:duration="500"
android:fillAfter="false"
android:fillEnabled="false"
/>
</set>

我还想强调,包含 View 最多可以有八个这样的 ImageViews(它们也是缩放的)。

能否请您提供任何可以提高动画性能的建议?

最佳答案

我想先在真实设备上亲自尝试一下,但 fixed 所说的硬件加速可能是你的问题。

关于安卓。动画表演,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1412129/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com