我使用后效创建了以下动画: https ://imgur.com/G7bPnNc
有一个用于设置沿 z 轴移动的后效按钮: https ://imgur.com/a/dq2occo
我相信是这种方法:
https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translateZ
但是,我生成的 html5 导出仅将我在后效中设置的不透明度应用于 png 并忽略 translateZ:
在我找到的以下文档中,我没有看到任何关于 3d 或翻译 Z 的信息:
https://airbnb.io/lottie/supported-features.html
如何将 translateZ() 添加到导出动画中的 png 中?