Color Wheel (Branch 817)
✨ นายภานุพงศ์ เฉลยรัตน์
.jbondance{ position:absolute; top:25%; left:38%; width: 72px; height: 104px; background-image : url(https://cdn.discordapp.com/attachments/806432838101630979/809421053218259005/jbondance.png); animation: jdance 1s steps(8) infinite; } @keyframes jdance{ from{background-position-x:0px;} to{background-position-x:-572px;} } .gettydance{ position:absolute; top:25%; left:50%; width: 133px; height: 152px; background-image : url(https://cdn.discordapp.com/attachments/806432838101630979/809433470011047936/getty.png); animation: gdance 1s steps(8) infinite; } @keyframes gdance{ from{background-position-x:0px;} to{background-position-x:-1062px;} } </style> <body> <div> <div> <div id="id1" class="picture1" onclick="click1()">1</div> </div> <div> <div class= "jbondance"></div> <div class= "gettydance"></div>