Hi ,
Can you check if setting the webkit transform to "none" solves the problem ?
You may add the following in your generated HTML below <!--Adobe Edge Runtime End-->
<style>
.EDGE-CompositionID * {
-webkit-transform: none;
}
</style>
Here the CompositionID is the actual composition ID for your animate file.
Thanks and Regards,
Sudeshna Sarkar