Transform-style: preserve-3d cause crash of safari in ios

I am using IPhone X. And I am using a list. It has multiple li with class swipout. I found that if there are 100 li in a page, the page crash and be reloaded. If i remove the swipout class from the li, it will not crash. Later i found that the "transform-style: preserve-3d " caused the problem. So it is the problem. How can I use more li with preserve-3d?

You can try ovveride its styles with transform-style: flat but it is better to use Virtual List for many items