Why animation-iteration-count: 1; doesn't work

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
    <style>
        div{
        width:200px;
        height:200px;
        background-color:-sharpff7448;
        margin:20px auto;
        animation: movediv 3s alternate   2s linear;
        animation-iteration-count: 1;
    }
    
    @keyframes movediv{
        from{}
        to{
            width:300px;
            height:300px;
            border-radius:50%;
        }
    }
    </style>
</head>
<body>
    <div></div>
    
</body>
</html>

Why is it played infinitely in loops?

Mar.06,2021

found a problem. There is no problem with firefox running in
linux.
firefox run in win xp, which is not supported.

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-1b3b0da-2c27c.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-1b3b0da-2c27c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?