Animania web dev 2 error

<style>
    #imageA {
        /* The animation property takes 3 arguments! */
        /* The first is the name of a keyframe. */
        /* The second is how long it should play. */
        /* The last is the number of times it repeats. */
        animation:slide 5s 99;
    }
    #imageB {
        animation:myAnim 0.1s 10;
    }
    /* keyframes is a special CSS "at-rule"! */
    /* It tells the browser this is not just CSS */
    @keyframes slide {
        from {
            transform: translateX(300%);
            background-color:rgb(0, 255, 0);
        }
        to {
            transform: translateX(-300%);
            background-color:rgb(255, 0, 0);
        }
    }
    @keyframes myAnim {
        from {
            /* Add properties for the start. */
            width: 100px;
            height:100px;
            transform: translateX(300%);
            background-color:rgb(0, 255, 0);
        }
        to {
            /* Add properties for the end result. */
             width: 200px;
            height:200px;
            transform: translateX(3200%);
            background-color:rgb(200, 255, 0);
        }
    }
</style>
<img id="imageA" src="/file/db/thang.type/529ab1a24b67a988ad000002/portrait.png">
<img id="imageB" src="/file/db/thang.type/52cee45a76ebd5196b00003a/portrait.png">

Ape Kau Cakap Hah Ape

I’m sorry, what?
dds

Uhm… English please?? :woman_facepalming:

it mean “What are u talking about”

How do you know?fgfgv

its malay language 20chars

Sooo you speak it?
fds
Anyways @ammar_adam please speak in english if its a english topic.

yees 20 charactersssawaadwad