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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30bec-2bd43.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30bec-2bd43.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?