【发布时间】:2019-10-26 17:32:26
【问题描述】:
我的原始 Flare 文件/动画为其所有动画定义了三次曲线。但是当我在我的 Flutter 应用程序上导出并运行相同的动画时,它似乎使用了线性曲线。我已经多次导出文件并对其进行了不同的更改,但没有运气。
颤振代码:
Scaffold(
backgroundColor: Colors.white,
body: Center(
child: Container(
child: FlareActor(
"assets/flare.flr",
animation: "animate",
),
),
),
),
文件:https://github.com/2d-inc/Flare-Flutter/files/3266731/flare_files.zip
耀斑链接:https://www.2dimensions.com/a/iamyogik/files/flare/new-file-4
应用中运行的耀斑动画视频:https://drive.google.com/file/d/1B98DNE3Zq26jQs4YCsDx-2gYnNaPIo4J/view?usp=sharing
【问题讨论】:
-
尝试缩短动画长度
标签: flutter flutter-animation flare