Wechat's sharing disrupted animation.

there are 4 animations. One after another, the animation of browsing the page with delay time is normal
but when Wechat opened the sharing, it was time to select friends and deselect and found that several animation delays of the original page were all disrupted.
the animation effect of the animation in motion without starting motion failed to appear directly in the last position of the movement
demo

 .move1{
    animation-delay:0s;
    animation-duration:1s;
}
.move2{
    animation-delay:1s;
    animation-duration:2s;
}
.move3{
    animation-delay:3s;
    animation-duration:3s;
}
.move4{
    animation-delay:6s;
    animation-duration:2s;
}

Mar.12,2021
Menu