I created the following animation using aftereffects: https://i.stack.imgur.com/z3nBp.jpg
There is a button on after effects that was used to set the movement along the z-axis: https://i.stack.imgur.com/h9wcJ.jpg
I believe it is this method:
https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translateZ
However my resulting html5 export only applies the opacity I set in after effects to the png and ignores translateZ:
https://i.stack.imgur.com/VVkPG.jpg
I did not see anything about 3d or translate Z in the following documentation that I found:
https://airbnb.io/lottie/supported-features.html
How do I add the translateZ() to the png inside the exported animation?