将Adobe After Effects动画导入xcode

时间:2018-03-05 16:49:34

标签: ios rendering after-effects lottie bodymovin

我在将Adobe After Effects中的动画导入Xcode和网页时遇到了一些问题。

我制作了一个角色并用Duik插件操纵它。我想要进入xcode,并使用bodymovin将其渲染为JSON。 我在这里有一个动画的图像:

enter image description here

然后我将渲染的JSON文件导入我的项目中。我使用Lottie-ios框架(https://github.com/airbnb/lottie-ios)。 在我的viewDidLoad()中,我使用此代码来显示动画:

    let animationView = LOTAnimationView(name: "Velkomst")
    animationView.frame = CGRect(x: 0, y: 100, width: 
    self.view.frame.size.width, height: 250)
    view.addsubview(animatedView.contentMode = .scaleAspectFill
    animationView.play()

但正如你在下面看到的那样,结果很漂亮......很奇怪...... enter image description here

当我渲染后效贴图时,我还创建了一个演示文件。在演示网站上,它更接近动画。但仍然没有。 enter image description here

谁能告诉我我做错了什么?因为我无法弄明白: - (

0 个答案:

没有答案